Fix typo in comment.

This commit is contained in:
Heikki Linnakangas 2010-08-30 06:33:26 +00:00
parent b39bec1ac4
commit e123939e8b

View File

@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * 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); static void CleanupProcSignalState(int status, Datum arg);
/* /*
* ProcSignalShmemInit * ProcSignalShmemSize
* Compute space needed for procsignal's shared memory * Compute space needed for procsignal's shared memory
*/ */
Size Size