diff options
Diffstat (limited to 'src/include/storage/procsignal.h')
| -rw-r--r-- | src/include/storage/procsignal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/procsignal.h b/src/include/storage/procsignal.h index 90607df1060..a0c0bc3ce55 100644 --- a/src/include/storage/procsignal.h +++ b/src/include/storage/procsignal.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * procsignal.h - * Routines for interprocess signalling + * Routines for interprocess signaling * * * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group @@ -18,7 +18,7 @@ /* - * Reasons for signalling a Postgres child process (a backend or an auxiliary + * Reasons for signaling a Postgres child process (a backend or an auxiliary * process, like checkpointer). We can cope with concurrent signals for different * reasons. However, if the same reason is signaled multiple times in quick * succession, the process is likely to observe only one notification of it. |
