summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-09-10 15:50:54 +0900
committerMichael Paquier <michael@paquier.xyz>2020-09-10 15:50:54 +0900
commitd56d33052183ca57c5a91e16f8c7713903cc6fee (patch)
treeceb259a6a86b5f3f6743edafcf6b8be757b0051d /src/backend/storage/lmgr/proc.c
parent95cd8902e62d5ff508be7430ecfce87b3b3475f7 (diff)
doc: Fix some grammar and inconsistencies
Some comments are fixed while on it. Author: Justin Pryzby Discussion: https://postgr.es/m/20200818171702.GK17022@telsasoft.com Backpatch-through: 9.6
Diffstat (limited to 'src/backend/storage/lmgr/proc.c')
-rw-r--r--src/backend/storage/lmgr/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c
index 1f93576a99f..1da6d7f7c66 100644
--- a/src/backend/storage/lmgr/proc.c
+++ b/src/backend/storage/lmgr/proc.c
@@ -1341,7 +1341,7 @@ ProcSleep(LOCALLOCK *locallock, LockMethod lockMethodTable)
else
LWLockRelease(ProcArrayLock);
- /* prevent signal from being resent more than once */
+ /* prevent signal from being sent again more than once */
allow_autovacuum_cancel = false;
}