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

Commit 51fa8b0

Browse files
committed
Fix comment.
1 parent 5e01aa7 commit 51fa8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/port.h,v 1.48 2004/08/07 21:48:09 momjian Exp $
9+
* $PostgreSQL: pgsql/src/include/port.h,v 1.49 2004/08/08 01:43:33 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -92,7 +92,7 @@ extern int find_other_exec(const char *argv0, const char *target,
9292
* Win32 needs double quotes at the beginning and end of system()
9393
* strings. If not, it gets confused with multiple quoted strings.
9494
* It also must use double-quotes around the executable name
95-
* and any files use for redirection. Other args can use single-quotes.
95+
* and any files used for redirection. Other args can use single-quotes.
9696
*
9797
* See the "Notes" section about quotes at:
9898
* http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM

0 commit comments

Comments
 (0)