diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-08-30 06:33:26 +0000 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2010-08-30 06:33:26 +0000 |
| commit | e123939e8b14561de13caeeb37d22e48a17e381b (patch) | |
| tree | 9545b4a3a1fd65428337378e1b7c7b3de27430ff /src | |
| parent | b39bec1ac410b4e7ff5bcd3fd342d89ead29c2e6 (diff) | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/storage/ipc/procsignal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/procsignal.c b/src/backend/storage/ipc/procsignal.c index a60f466c860..2476bc40acb 100644 --- a/src/backend/storage/ipc/procsignal.c +++ b/src/backend/storage/ipc/procsignal.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.6 2010/02/26 02:01:00 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.6.4.1 2010/08/30 06:33:26 heikki Exp $ * *------------------------------------------------------------------------- */ @@ -66,7 +66,7 @@ static bool CheckProcSignal(ProcSignalReason reason); static void CleanupProcSignalState(int status, Datum arg); /* - * ProcSignalShmemInit + * ProcSignalShmemSize * Compute space needed for procsignal's shared memory */ Size |
