diff options
| author | Noah Misch | 2016-04-02 01:53:10 +0000 |
|---|---|---|
| committer | Noah Misch | 2016-04-02 01:53:10 +0000 |
| commit | 4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch) | |
| tree | a61b2e89bff781ca7831ab1dc3613478993d7478 /src/backend/storage/ipc | |
| parent | f07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff) | |
Copyedit comments and documentation.
Diffstat (limited to 'src/backend/storage/ipc')
| -rw-r--r-- | src/backend/storage/ipc/procarray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 740beb691ce..01cfa9d5f90 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -2673,7 +2673,7 @@ MinimumActiveBackends(int min) /* * Since we're not holding a lock, need to be prepared to deal with - * garbage, as someone could have incremented numPucs but not yet + * garbage, as someone could have incremented numProcs but not yet * filled the structure. * * If someone just decremented numProcs, 'proc' could also point to a |
