summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-08 01:43:33 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-08 01:43:33 +0000
commit51fa8b0120870804ea640ca34c8b174689910925 (patch)
tree2ef7f58b5f48fc73f4b548293c3fdabda1b1ec1d /src
parent5e01aa7ad122c1b011df7a14370d2c34d53ddeb4 (diff)
Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/include/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port.h b/src/include/port.h
index 10387b62016..c2bcea78bfb 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/port.h,v 1.48 2004/08/07 21:48:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.49 2004/08/08 01:43:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -92,7 +92,7 @@ extern int find_other_exec(const char *argv0, const char *target,
* Win32 needs double quotes at the beginning and end of system()
* strings. If not, it gets confused with multiple quoted strings.
* It also must use double-quotes around the executable name
- * and any files use for redirection. Other args can use single-quotes.
+ * and any files used for redirection. Other args can use single-quotes.
*
* See the "Notes" section about quotes at:
* http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM