16
16
*
17
17
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
18
18
*
19
- * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.7 2006/03/05 15:59:10 momjian Exp $
19
+ * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.8 2006/10/07 21:48:43 tgl Exp $
20
20
*
21
21
*-------------------------------------------------------------------------
22
22
*/
@@ -94,7 +94,7 @@ pg_strncasecmp(const char *s1, const char *s2, size_t n)
94
94
* Fold a character to upper case.
95
95
*
96
96
* Unlike some versions of toupper(), this is safe to apply to characters
97
- * that aren'tupper case letters. Note however that the whole thing is
97
+ * that aren'tlower case letters. Note however that the whole thing is
98
98
* a bit bogus for multibyte character sets.
99
99
*/
100
100
unsignedchar
@@ -111,7 +111,7 @@ pg_toupper(unsigned char ch)
111
111
* Fold a character to lower case.
112
112
*
113
113
* Unlike some versions of tolower(), this is safe to apply to characters
114
- * that aren'tlower case letters. Note however that the whole thing is
114
+ * that aren'tupper case letters. Note however that the whole thing is
115
115
* a bit bogus for multibyte character sets.
116
116
*/
117
117
unsignedchar