summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-08-13 16:04:52 -0600
committerKarl Williamson <khw@cpan.org>2014-08-13 16:12:39 -0600
commitbb304765b09371ff7ea548bd37e42f9907dabcde (patch)
tree165ee9a6b696ba7b0036d6c2c320f7f1b0be0e80 /locale.c
parent856b881c8af7c4319ce0cf631dae3495067185a2 (diff)
downloadperl-bb304765b09371ff7ea548bd37e42f9907dabcde.tar.gz
locale.c: Clarify 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 ac380db251..cfe15cbe7b 100644
--- a/locale.c
+++ b/locale.c
@@ -159,7 +159,7 @@ Perl_new_numeric(pTHX_ const char *newnum)
* dot.
*
* This sets several interpreter-level variables:
- * PL_numeric_name The default locale's name: a copy of 'newnum'
+ * PL_numeric_name The underlying locale's name: a copy of 'newnum'
* PL_numeric_local A boolean indicating if the toggled state is such
* that the current locale is the program's underlying
* locale