summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-23 12:26:42 -0700
committerKarl Williamson <khw@cpan.org>2015-01-23 21:54:43 -0700
commit2b2266b19c5f9a3d80040e731c02927e6be1dace (patch)
treec472227b163c341a53c7819afdfc945aaf09d550 /regcomp.c
parent6635f04f27bfaa7296536aad8659044e8bed8df3 (diff)
downloadperl-2b2266b19c5f9a3d80040e731c02927e6be1dace.tar.gz
regcomp.c: Clarify comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 1bce77ae92..3851d34066 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -14894,7 +14894,7 @@ S_regclass(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth,
/* The actual POSIXish node for all the rest depends on the
* charset modifier. The ones in the first set depend only on
- * ASCII or, if available on this platform, locale */
+ * ASCII or, if available on this platform, also locale */
case ANYOF_ASCII:
case ANYOF_NASCII:
#ifdef HAS_ISASCII