regexec.c: Fix comment
authorKarl Williamson <public@khwilliamson.com>
Sat, 5 Feb 2011 17:48:15 +0000 (10:48 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:38 +0000 (08:41 -0700)
regexec.c

index 114ac90..e5e6e27 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -3736,8 +3736,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
                break;
            }
 
-           /* Neither the target and the pattern are utf8. */
-
+           /* Neither the target nor the pattern are utf8 */
            if (UCHARAT(s) != nextchr &&
                UCHARAT(s) != fold_array[nextchr])
            {