This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hv.c: comment typo
authorFather Chrysostomos <sprout@cpan.org>
Fri, 21 Sep 2012 04:31:15 +0000 (21:31 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 22 Sep 2012 17:06:16 +0000 (10:06 -0700)
hv.c

diff --git a/hv.c b/hv.c
index bf82c65..36b7038 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -2357,7 +2357,7 @@ Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags)
 
     if (!SvOOK(hv)) {
        /* Too many things (well, pp_each at least) merrily assume that you can
-          call iv_iternext without calling hv_iterinit, so we'll have to deal
+          call hv_iternext without calling hv_iterinit, so we'll have to deal
           with it.  */
        hv_iterinit(hv);
     }