summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2016-03-29 00:55:15 +0000
committerRobert Haas2016-03-29 00:55:15 +0000
commitbd0f206f5588767aac2456ebf6a21f7a6344cd58 (patch)
treefc65fdfca387ecaa7d3354c4d0d5edb843293d70
parent86c43f4e22c0771fd0cc6bce2799802c894ee2ec (diff)
Fix typo in comment.
Thomas Munro
-rw-r--r--src/backend/storage/ipc/latch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c
index 42c2f52f250..5641bd5ec9f 100644
--- a/src/backend/storage/ipc/latch.c
+++ b/src/backend/storage/ipc/latch.c
@@ -383,7 +383,7 @@ SetLatch(volatile Latch *latch)
#endif
/*
- * The memory barrier has be to be placed here to ensure that any flag
+ * The memory barrier has to be placed here to ensure that any flag
* variables possibly changed by this process have been flushed to main
* memory, before we check/set is_set.
*/