We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c43f4 commit bd0f206Copy full SHA for bd0f206
src/backend/storage/ipc/latch.c
@@ -383,7 +383,7 @@ SetLatch(volatile Latch *latch)
383
#endif
384
385
/*
386
- * 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
387
* variables possibly changed by this process have been flushed to main
388
* memory, before we check/set is_set.
389
*/
0 commit comments