summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2005-12-05 01:28:35 +0900
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-05 15:15:53 +0000
commit711a919c41ea4a93a45e4b6240ea6550abe85615 (patch)
tree5d03c5186caa4dcc34d4f9fe86280116b40235ec /regexec.c
parentec5fee461a5f1addabf15a3f9a2832a74bed5afe (diff)
downloadperl-711a919c41ea4a93a45e4b6240ea6550abe85615.tar.gz
Clarification and cleanup of the XS SWASHGET code
Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) Message-Id: <20051204162508.D726.BQW10602@nifty.com> p4raw-id: //depot/perl@26255
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 ec13139c51..b0ba851340 100644
--- a/regexec.c
+++ b/regexec.c
@@ -4664,7 +4664,7 @@ Perl_regclass_swash(pTHX_ register const regnode* node, bool doinit, SV** listsv
SV **const ary = AvARRAY(av);
SV **a, **b;
- /* See the end of regcomp.c:S_reglass() for
+ /* See the end of regcomp.c:S_regclass() for
* documentation of these array elements. */
si = *ary;