From 269bb65bfe404ddaba2aef7ee7ca64c865ee1451 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 18 Nov 2018 16:06:50 -0700 Subject: [PATCH 1/1] regcomp.h: Clarify comments --- regcomp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regcomp.h b/regcomp.h index 5849af4..923058b 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 -- 1.8.3.1