Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7974c35

Browse files
committed
Fix typo in comment, per Alvaro.
1 parent 8714d9c commit 7974c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.451 2005/05/15 00:26:18 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.452 2005/06/09 22:01:12 tgl Exp $
4141
*
4242
* NOTES
4343
*
@@ -3414,7 +3414,7 @@ CountChildren(void)
34143414
/*
34153415
* StartChildProcess -- start a non-backend child process for the postmaster
34163416
*
3417-
* xlog determines what kind of child will be started. All child types
3417+
* xlop determines what kind of child will be started. All child types
34183418
* initially go to BootstrapMain, which will handle common setup.
34193419
*
34203420
* Return value of StartChildProcess is subprocess' PID, or 0 if failed

0 commit comments

Comments
 (0)