summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-05 10:48:15 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commit0a138b74e1a31f52975d0af5dfa5e269b413e283 (patch)
tree8ad35bec5d44b7042296aa24b8f94e7369e20173 /regexec.c
parent90b89d5286729b4fa1055f057f6ac4a44c343fd5 (diff)
downloadperl-0a138b74e1a31f52975d0af5dfa5e269b413e283.tar.gz
regexec.c: Fix comment
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index 114ac9023a..e5e6e276f6 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])
{