From bd0f206f5588767aac2456ebf6a21f7a6344cd58 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Mon, 28 Mar 2016 20:55:15 -0400
Subject: [PATCH] Fix typo in comment.

Thomas Munro
---
 src/backend/storage/ipc/latch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 	 */
-- 
GitLab