This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: apidoc typo
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 20:02:13 +0000 (13:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 20:02:13 +0000 (13:02 -0700)
op.c

diff --git a/op.c b/op.c
index 276dbd8..8a45735 100644 (file)
--- a/op.c
+++ b/op.c
@@ -6368,7 +6368,7 @@ Perl_newFOROP(pTHX_ I32 flags, OP *sv, OP *expr, OP *block, OP *cont)
 Constructs, checks, and returns a loop-exiting op (such as C<goto>
 or C<last>).  I<type> is the opcode.  I<label> supplies the parameter
 determining the target of the op; it is consumed by this function and
-become part of the constructed op tree.
+becomes part of the constructed op tree.
 
 =cut
 */