regexec.c: Clarify comment
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 18:36:17 +0000 (11:36 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 18:50:38 +0000 (11:50 -0700)
regexec.c

index 33af5c5..3e82bc4 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -101,7 +101,7 @@ static const char* const non_utf8_target_but_utf8_required
 #define        STATIC  static
 #endif
 
-/* Valid for non-utf8 strings: avoids the reginclass
+/* Valid only for non-utf8 strings: avoids the reginclass
  * call if there are no complications: i.e., if everything matchable is
  * straight forward in the bitmap */
 #define REGINCLASS(prog,p,c)  (ANYOF_FLAGS(p) ? reginclass(prog,p,c,c+1,0)   \