aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2017-01-17 16:33:10 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2017-01-17 16:33:10 -0300
commitdda7c34555ca3696fd2a8b93d9aabad333c6cb4e (patch)
tree1e94a774e2a69ca880f7914a41d017a38fcc0712 /src
parent063ef8308b148e3581ddb626fdb397f7a5a48303 (diff)
downloadpostgresql-dda7c34555ca3696fd2a8b93d9aabad333c6cb4e.tar.gz
postgresql-dda7c34555ca3696fd2a8b93d9aabad333c6cb4e.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 1cf06848bb6..93ab4d12ab4 100644
--- a/src/backend/storage/lmgr/lwlock.c
+++ b/src/backend/storage/lmgr/lwlock.c
@@ -953,7 +953,7 @@ LWLockWakeup(LWLock *lock)
* that happens before the list unlink happens, the list would end up
* being corrupted.
*
- * The barrier pairs with the LWLockWaitListLock() when enqueing for
+ * The barrier pairs with the LWLockWaitListLock() when enqueueing for
* another lock.
*/
pg_write_barrier();