diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-24 13:47:39 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-29 23:55:21 -0700 |
commit | 3f4963dfdb188bd13158e0258a29920b34ac6531 (patch) | |
tree | 1e773c65f32cc1b3bc82609be33450932789d05c /util.c | |
parent | 32f0ea87169ccae68a151855b9ff29267a42366b (diff) | |
download | perl-3f4963dfdb188bd13158e0258a29920b34ac6531.tar.gz |
Correct apidoc varnames for util.c:fbm_instr
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |