summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-04 11:26:04 -0700
committerKarl Williamson <khw@cpan.org>2019-03-04 11:38:09 -0700
commit3a732259e3184810c5c5422afdec6fae9ef54977 (patch)
tree702d6fd7588af36ed8350d7ad8dc6fb4ef5a848e /locale.c
parent7a58225f9b0f8d0d6fea71beed099880df9861bc (diff)
downloadperl-3a732259e3184810c5c5422afdec6fae9ef54977.tar.gz
locale.c: Fix grammar in comment
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index c8f0196095..3a2e49d72d 100644
--- a/locale.c
+++ b/locale.c
@@ -591,7 +591,7 @@ S_emulate_setlocale(const int category,
{
/* Internal glibc for querylocale(), but doesn't handle
* empty-string ("") locale properly; who knows what other
- * glitches. Check it for now, under debug. */
+ * glitches. Check for it now, under debug. */
char * temp_name = nl_langinfo_l(_NL_LOCALE_NAME(category),
uselocale((locale_t) 0));