mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Fix typo in comment.
Thomas Munro
This commit is contained in:
@ -383,7 +383,7 @@ SetLatch(volatile Latch *latch)
|
|||||||
#endif
|
#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
|
* variables possibly changed by this process have been flushed to main
|
||||||
* memory, before we check/set is_set.
|
* memory, before we check/set is_set.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user