diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-09 22:01:12 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-06-09 22:01:12 +0000 |
commit | 7974c35020e5d60384ae77f1efa881fecb3df465 (patch) | |
tree | a21ad571c6288c7ca974eaa913cad14d1b557c78 /src | |
parent | 8714d9c56bdf86817d37375fa31ee0aa9de224bf (diff) | |
download | postgresql-7974c35020e5d60384ae77f1efa881fecb3df465.tar.gz postgresql-7974c35020e5d60384ae77f1efa881fecb3df465.zip |
Fix typo in comment, per Alvaro.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index ae46bec1315..af28bf652fb 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -37,7 +37,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.451 2005/05/15 00:26:18 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.452 2005/06/09 22:01:12 tgl Exp $ * * NOTES * @@ -3414,7 +3414,7 @@ CountChildren(void) /* * StartChildProcess -- start a non-backend child process for the postmaster * - * xlog determines what kind of child will be started. All child types + * xlop determines what kind of child will be started. All child types * initially go to BootstrapMain, which will handle common setup. * * Return value of StartChildProcess is subprocess' PID, or 0 if failed |