summaryrefslogtreecommitdiff
path: root/perlvars.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-30 09:39:34 -0700
committerKarl Williamson <khw@cpan.org>2020-12-04 14:43:12 -0700
commit407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e (patch)
tree65d38156fac7803708d93c626e572ab9a41cc084 /perlvars.h
parentf5ed3ba743326a410ae0e5ce1e5370dafa240650 (diff)
downloadperl-407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e.tar.gz
perlvars.h: Fix comment
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlvars.h b/perlvars.h
index 760cb5c0d0..b7ee1c6945 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -106,7 +106,7 @@ PERLVARI(G, mmap_page_size, IV, 0)
PERLVAR(G, hints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */
PERLVAR(G, env_mutex, perl_mutex) /* Mutex for accessing ENV */
# if ! defined(USE_THREAD_SAFE_LOCALE) || defined(TS_W32_BROKEN_LOCALECONV)
-PERLVAR(G, locale_mutex, perl_mutex) /* Mutex for setlocale() changing */
+PERLVAR(G, locale_mutex, perl_mutex) /* Mutex related to locale handling */
# endif
# ifndef USE_THREAD_SAFE_LOCALE
PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */