summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-06 10:18:39 -0700
committerKarl Williamson <khw@cpan.org>2015-02-06 11:36:46 -0700
commitdfd77d7a1935ab78f2a7f1490ca419bcf7a2036b (patch)
treec79bc890bf557f89e1314cb7c413e56146040041 /locale.c
parentfb0c7c3c47fb17bb0b685b957af9a0cc581c8996 (diff)
downloadperl-dfd77d7a1935ab78f2a7f1490ca419bcf7a2036b.tar.gz
locale.c: Fix 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 625ece7dae..7332c4b5d0 100644
--- a/locale.c
+++ b/locale.c
@@ -574,7 +574,7 @@ Perl_my_setlocale(pTHX_ int category, const char* locale)
return result;
}
- /* Here the input locale was LC_ALL, and we have set it to what is in the
+ /* Here the input category was LC_ALL, and we have set it to what is in the
* LANG variable or the system default if there is no LANG. But these have
* lower priority than the other LC_foo variables, so override it for each
* one that is set. (If they are set to "", it means to use the same thing