Skip to content

Commit 15a4c9d

Browse files
committed
correct comment content
1 parent ddf201c commit 15a4c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/parser/scansup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ downcase_identifier(const char *ident, int len, bool warn, bool truncate)
5858
* have the infrastructure for. Instead we use tolower() to provide a
5959
* locale-aware translation. However, in some locales (for example,
6060
* Turkish with 'i' and 'I') this still is not correct. Our compromise is
61-
* to use toupper() for characters with the high bit set, as long as they
61+
* to use tolower() for characters with the high bit set, as long as they
6262
* aren't part of a multi-byte character, and use an ASCII-only approach
6363
* for 7-bit characters.
6464
*/

0 commit comments

Comments
 (0)