summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/locale.c b/locale.c
index c04b5d49f1..bd35e75315 100644
--- a/locale.c
+++ b/locale.c
@@ -1991,8 +1991,7 @@ Perl_set_numeric_standard(pTHX)
# ifdef USE_LOCALE_NUMERIC
- /* Unconditionally toggle the LC_NUMERIC locale to the current underlying
- * default.
+ /* Unconditionally toggle the LC_NUMERIC locale to the C locale
*
* Most code should use the macro SET_NUMERIC_STANDARD() in perl.h
* instead of calling this directly. The macro avoids calling this routine