summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-18 16:06:50 -0700
committerKarl Williamson <khw@cpan.org>2018-11-26 21:44:23 -0700
commit269bb65bfe404ddaba2aef7ee7ca64c865ee1451 (patch)
treea41a2e48fb42e87dda975b1afc6e39096504db4b /regcomp.h
parent8478fd232812205837f7bf1f9b5f7b04e4c60e2a (diff)
downloadperl-269bb65bfe404ddaba2aef7ee7ca64c865ee1451.tar.gz
regcomp.h: Clarify comments
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 5849af4425..923058b32f 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -505,9 +505,9 @@ struct regnode_ssc {
#define ANYOFL_FOLD 0x04
/* Shared bit set only with ANYOFL and SSC nodes:
- * If ANYOFL_FOLD is set, this means there are potential matches valid
- * only if the locale is a UTF-8 one.
- * If ANYOFL_FOLD is NOT set, this means to warn if the runtime locale
+ * If ANYOFL_FOLD is set, this flag indicates there are potential matches
+ * valid only if the locale is a UTF-8 one.
+ * If ANYOFL_FOLD is NOT set, this flag means to warn if the runtime locale
* isn't a UTF-8 one (and the generated node assumes a UTF-8 locale).
* None of INVERT, POSIXL,
* ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP