diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 8958ec8103e..c9424f167c8 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -2750,7 +2750,7 @@ drop_unnamed_stmt(void) */ /* - * quickdie() occurs when signalled SIGQUIT by the postmaster. + * quickdie() occurs when signaled SIGQUIT by the postmaster. * * Some backend has bought the farm, * so we need to stop what we're doing and exit. |