]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 17 Jan 2017 19:33:10 +0000 (16:33 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 17 Jan 2017 19:33:10 +0000 (16:33 -0300)
src/backend/storage/lmgr/lwlock.c

index 1cf06848bb66bb61ba8d7a567a2899059f666909..93ab4d12ab42c72be35b1d4866563c9b30b02a60 100644 (file)
@@ -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();