mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Spelling adjustments
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user