Commit 593c75d5 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

parent dda7c345
...@@ -1187,7 +1187,7 @@ LWLockAcquire(LWLock *lock, LWLockMode mode) ...@@ -1187,7 +1187,7 @@ LWLockAcquire(LWLock *lock, LWLockMode mode)
* Instead add us to the queue and try to grab the lock again. If we * Instead add us to the queue and try to grab the lock again. If we
* succeed we need to revert the queuing and be happy, otherwise we * succeed we need to revert the queuing and be happy, otherwise we
* recheck the lock. If we still couldn't grab it, we know that the * recheck the lock. If we still couldn't grab it, we know that the
* other lock will see our queue entries when releasing since they * other locker will see our queue entries when releasing since they
* existed before we checked for the lock. * existed before we checked for the lock.
*/ */
......
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