Skip to content

Commit

Permalink
locale.c: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Feb 6, 2015
1 parent fb0c7c3 commit dfd77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale.c
Expand Up @@ -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
Expand Down

0 comments on commit dfd77d7

Please sign in to comment.