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 063ef83 commit dda7c34Copy full SHA for dda7c34
src/backend/storage/lmgr/lwlock.c
@@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock)
953
* that happens before the list unlink happens, the list would end up
954
* being corrupted.
955
*
956
- * The barrier pairs with the LWLockWaitListLock() when enqueing for
+ * The barrier pairs with the LWLockWaitListLock() when enqueueing for
957
* another lock.
958
*/
959
pg_write_barrier();
0 commit comments