Commit 7584194c authored by Tom Lane's avatar Tom Lane

Fix typo in comment, per Andrew Dunstan.

parent fe455ee1
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD. * Portions taken from FreeBSD.
* *
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.50 2004/08/16 15:44:03 momjian Exp $ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.51 2004/08/25 20:07:57 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -2017,7 +2017,7 @@ main(int argc, char *argv[]) ...@@ -2017,7 +2017,7 @@ main(int argc, char *argv[])
ret; ret;
int option_index; int option_index;
char *short_version; char *short_version;
char *pgdenv; /* PGDATA value got from sent to char *pgdenv; /* PGDATA value gotten from and sent to
* environment */ * environment */
static const char *subdirs[] = { static const char *subdirs[] = {
"global", "global",
......
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