summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-12 20:00:51 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:39 -0700
commitaf944926e84e634b79cd80d8766d9204cf14cf75 (patch)
treecb27f1f616169694c66108f56b346709d7742a20 /regexec.c
parentfac1af778e9882ea26e6b17438a0fa0b41157116 (diff)
downloadperl-af944926e84e634b79cd80d8766d9204cf14cf75.tar.gz
change comment
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index a7f55267c7..1fe4f2f64d 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1076,7 +1076,7 @@ Perl_re_intuit_start(pTHX_ REGEXP * const rx, SV *sv, char *strpos,
even for \b or \B. But (minlen? 1 : 0) below assumes that
regstclass does not come from lookahead... */
/* If regstclass takes bytelength more than 1: If charlength==1, OK.
- This leaves EXACTF, EXACTFU only, which are dealt with in find_byclass(). */
+ This leaves EXACTF-ish only, which are dealt with in find_byclass(). */
const U8* const str = (U8*)STRING(progi->regstclass);
const int cl_l = (PL_regkind[OP(progi->regstclass)] == EXACT
? CHR_DIST(str+STR_LEN(progi->regstclass), str)