Commit e1cc96db authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

parent 8fa30f90
...@@ -8,7 +8,7 @@ ...@@ -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.7 2010/08/30 06:33:22 heikki Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -66,7 +66,7 @@ static bool CheckProcSignal(ProcSignalReason reason); ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment