This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f0ea8
)
Correct apidoc varnames for util.c:fbm_instr
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 24 May 2012 20:47:39 +0000
(13:47 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 30 May 2012 06:55:21 +0000
(23:55 -0700)
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
55834e2
..
37f23bf
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-643,8
+643,8
@@
Perl_fbm_compile(pTHX_ SV *sv, U32 flags)
/*
=for apidoc fbm_instr
-Returns the location of the SV in the string delimited by C<
str
> and
-C<
str
end>. It returns C<NULL> if the string can't be found. The C<sv>
+Returns the location of the SV in the string delimited by C<
big
> and
+C<
big
end>. It returns C<NULL> if the string can't be found. The C<sv>
does not have to be fbm_compiled, but the search will not be as fast
then.