diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-06 10:18:39 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-06 11:36:46 -0700 |
commit | dfd77d7a1935ab78f2a7f1490ca419bcf7a2036b (patch) | |
tree | c79bc890bf557f89e1314cb7c413e56146040041 /locale.c | |
parent | fb0c7c3c47fb17bb0b685b957af9a0cc581c8996 (diff) | |
download | perl-dfd77d7a1935ab78f2a7f1490ca419bcf7a2036b.tar.gz |
locale.c: Fix comment
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |