Commit dda7c345 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

parent 063ef830
...@@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock) ...@@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock)
* that happens before the list unlink happens, the list would end up * that happens before the list unlink happens, the list would end up
* being corrupted. * being corrupted.
* *
* The barrier pairs with the LWLockWaitListLock() when enqueing for * The barrier pairs with the LWLockWaitListLock() when enqueueing for
* another lock. * another lock.
*/ */
pg_write_barrier(); pg_write_barrier();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment