diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-12 20:00:51 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-14 08:41:39 -0700 |
commit | af944926e84e634b79cd80d8766d9204cf14cf75 (patch) | |
tree | cb27f1f616169694c66108f56b346709d7742a20 /regexec.c | |
parent | fac1af778e9882ea26e6b17438a0fa0b41157116 (diff) | |
download | perl-af944926e84e634b79cd80d8766d9204cf14cf75.tar.gz |
change comment
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |