diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port.h b/src/include/port.h index b9197cdb9c6..973ac940a13 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.131 2010/02/26 02:01:20 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.132 2010/04/23 23:21:44 rhaas Exp $ * *------------------------------------------------------------------------- */ @@ -126,7 +126,7 @@ extern BOOL AddUserToTokenDacl(HANDLE hToken); * - exactly two quote characters * - no special characters between the two quote characters, where special * is one of: &<>()@^| - * - there are one or more whitespace characters between the the two quote + * - there are one or more whitespace characters between the two quote * characters * - the string between the two quote characters is the name of an * executable file. |