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

Commit dda7c34

Browse files
committed
Fix typo
1 parent 063ef83 commit dda7c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/lwlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock)
953953
* that happens before the list unlink happens, the list would end up
954954
* being corrupted.
955955
*
956-
* The barrier pairs with the LWLockWaitListLock() when enqueing for
956+
* The barrier pairs with the LWLockWaitListLock() when enqueueing for
957957
* another lock.
958958
*/
959959
pg_write_barrier();

0 commit comments

Comments
 (0)