Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd0f206

Browse files
committed
Fix typo in comment.
Thomas Munro
1 parent 86c43f4 commit bd0f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/latch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ SetLatch(volatile Latch *latch)
383383
#endif
384384

385385
/*
386-
* The memory barrier has be to be placed here to ensure that any flag
386+
* The memory barrier has to be placed here to ensure that any flag
387387
* variables possibly changed by this process have been flushed to main
388388
* memory, before we check/set is_set.
389389
*/

0 commit comments

Comments
 (0)