summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])
{