diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-05 10:48:15 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-14 08:41:38 -0700 |
commit | 0a138b74e1a31f52975d0af5dfa5e269b413e283 (patch) | |
tree | 8ad35bec5d44b7042296aa24b8f94e7369e20173 /regexec.c | |
parent | 90b89d5286729b4fa1055f057f6ac4a44c343fd5 (diff) | |
download | perl-0a138b74e1a31f52975d0af5dfa5e269b413e283.tar.gz |
regexec.c: Fix comment
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]) { |