From 4ad6f13500cd9a3ca0652e43232f9515319e55e2 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Fri, 1 Apr 2016 21:53:10 -0400 Subject: Copyedit comments and documentation. --- src/backend/storage/ipc/procarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/storage/ipc/procarray.c') 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 -- cgit v1.2.3