aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-01-17 16:49:20 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-01-17 16:49:20 -0300
commit593c75d5c38a47096f11e318cdb3321a5780753f (patch)
tree51b07c2d5354f7dc0f5375f2d5e91f1fbbf0e58f /src
parentdda7c34555ca3696fd2a8b93d9aabad333c6cb4e (diff)
downloadpostgresql-593c75d5c38a47096f11e318cdb3321a5780753f.tar.gz
postgresql-593c75d5c38a47096f11e318cdb3321a5780753f.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/lmgr/lwlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c
index 93ab4d12ab4..c196bb82053 100644
--- a/src/backend/storage/lmgr/lwlock.c
+++ b/src/backend/storage/lmgr/lwlock.c
@@ -1187,7 +1187,7 @@ LWLockAcquire(LWLock *lock, LWLockMode mode)
* 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
* 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.
*/