Skip to content

Commit e1cc96d

Browse files
committed
Fix typo in comment.
1 parent 8fa30f9 commit e1cc96d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/ipc/procsignal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.6 2010/02/26 02:01:00 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.7 2010/08/30 06:33:22 heikki Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -66,7 +66,7 @@ static bool CheckProcSignal(ProcSignalReason reason);
6666
static void CleanupProcSignalState(int status, Datum arg);
6767

6868
/*
69-
* ProcSignalShmemInit
69+
* ProcSignalShmemSize
7070
* Compute space needed for procsignal's shared memory
7171
*/
7272
Size

0 commit comments

Comments
 (0)