diff options
Diffstat (limited to 'src/backend/parser/kwlookup.c')
-rw-r--r-- | src/backend/parser/kwlookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/kwlookup.c b/src/backend/parser/kwlookup.c index 1d8b7283c1f..b9796d1a8ca 100644 --- a/src/backend/parser/kwlookup.c +++ b/src/backend/parser/kwlookup.c @@ -52,7 +52,7 @@ ScanKeywordLookup(const char *text, return NULL; /* - * Apply an ASCII-only downcasing. We must not use tolower() since it may + * Apply an ASCII-only downcasing. We must not use tolower() since it may * produce the wrong translation in some locales (eg, Turkish). */ for (i = 0; i < len; i++) |