summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-23 05:18:41 -0700
committerKarl Williamson <khw@cpan.org>2023-01-02 15:57:33 -0700
commite1b7f7b724547898f0662f5b40d6311e25d63696 (patch)
tree7daf504bffcdfbc7f35557f98b61c8f54db6e2d4 /locale.c
parent63cbdd60e7940f6d0e089a192e628b6131c534c6 (diff)
downloadperl-e1b7f7b724547898f0662f5b40d6311e25d63696.tar.gz
locale.c: Fix comment
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