diff options
author | Bruce Momjian | 2002-10-29 04:24:30 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-10-29 04:24:30 +0000 |
commit | 972c7b8690cf30d8c9ba880a9d0d7f6fde46842e (patch) | |
tree | f04bb600999af87e5bf6bed26779029679e7b095 | |
parent | b064206c092feb7d15392488fe5fb0075086e1e8 (diff) |
Update comments.
-rw-r--r-- | src/port/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/getopt.c b/src/port/getopt.c index ca49f229e56..52692f63ce2 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -1,4 +1,4 @@ -/* This is used by psql under MS Win */ +/* This is used by psql under Win32 */ /* * Copyright (c) 1987, 1993, 1994 |