summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-24 13:47:39 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-29 23:55:21 -0700
commit3f4963dfdb188bd13158e0258a29920b34ac6531 (patch)
tree1e773c65f32cc1b3bc82609be33450932789d05c /util.c
parent32f0ea87169ccae68a151855b9ff29267a42366b (diff)
downloadperl-3f4963dfdb188bd13158e0258a29920b34ac6531.tar.gz
Correct apidoc varnames for util.c:fbm_instr
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 55834e2764..37f23bf8ec 100644
--- 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<strend>. 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<bigend>. 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.