In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/486421582e65540c0f739b83b81b256022ded43a?hp=c8eaeaeca3cef30e45c15e87125a03a0ac0e01f9>

- Log -----------------------------------------------------------------
commit 486421582e65540c0f739b83b81b256022ded43a
Author: Zefram <zef...@fysh.org>
Date:   Tue Aug 8 11:44:22 2017 +0100

    fix parameter name in doc
    
    The documentation for wrap_op_checker() had an incorrect parameter name.
    This was part of the original version of this documentation in commit
    e8570548af49b057631f1011e4b19c8c4a1342dd.
-----------------------------------------------------------------------

Summary of changes:
 op.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/op.c b/op.c
index 99c4db8e11..e2d2868eeb 100644
--- a/op.c
+++ b/op.c
@@ -15420,7 +15420,7 @@ C<opcode> specifies which type of op is to be affected. 
 C<new_checker>
 is a pointer to the C function that is to be added to that opcode's
 check chain, and C<old_checker_p> points to the storage location where a
 pointer to the next function in the chain will be stored.  The value of
-C<new_pointer> is written into the L</PL_check> array, while the value
+C<new_checker> is written into the L</PL_check> array, while the value
 previously stored there is written to C<*old_checker_p>.
 
 L</PL_check> is global to an entire process, and a module wishing to

--
Perl5 Master Repository

Reply via email to