projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063ef83
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Tue, 17 Jan 2017 19:33:10 +0000
(16:33 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 17 Jan 2017 19:33:10 +0000
(16:33 -0300)
src/backend/storage/lmgr/lwlock.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/lmgr/lwlock.c
b/src/backend/storage/lmgr/lwlock.c
index 1cf06848bb66bb61ba8d7a567a2899059f666909..93ab4d12ab42c72be35b1d4866563c9b30b02a60 100644
(file)
--- 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 enque
ue
ing for
* another lock.
*/
pg_write_barrier();