From: Karl Williamson Date: Sat, 5 Feb 2011 17:48:15 +0000 (-0700) Subject: regexec.c: Fix comment X-Git-Tag: accepted/trunk/20130322.191538~5596 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a138b74e1a31f52975d0af5dfa5e269b413e283;p=platform%2Fupstream%2Fperl.git regexec.c: Fix comment --- diff --git a/regexec.c b/regexec.c index 114ac90..e5e6e27 100644 --- 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]) {