diff options
author | Karl Williamson <khw@cpan.org> | 2015-01-23 12:26:42 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-23 21:54:43 -0700 |
commit | 2b2266b19c5f9a3d80040e731c02927e6be1dace (patch) | |
tree | c472227b163c341a53c7819afdfc945aaf09d550 /regcomp.c | |
parent | 6635f04f27bfaa7296536aad8659044e8bed8df3 (diff) | |
download | perl-2b2266b19c5f9a3d80040e731c02927e6be1dace.tar.gz |
regcomp.c: Clarify comment
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |