aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/standby.c')
-rw-r--r--src/backend/storage/ipc/standby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c
index bdaf10a4b1f..9e0d5ec257f 100644
--- a/src/backend/storage/ipc/standby.c
+++ b/src/backend/storage/ipc/standby.c
@@ -92,7 +92,7 @@ InitRecoveryTransactionEnvironment(void)
/*
* Initialize shared invalidation management for Startup process, being
* careful to register ourselves as a sendOnly process so we don't need to
- * read messages, nor will we get signalled when the queue starts filling
+ * read messages, nor will we get signaled when the queue starts filling
* up.
*/
SharedInvalBackendInit(true);