From dda7c34555ca3696fd2a8b93d9aabad333c6cb4e Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 17 Jan 2017 16:33:10 -0300 Subject: [PATCH] Fix typo --- src/backend/storage/lmgr/lwlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 1cf06848bb..93ab4d12ab 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(); -- 2.40.0