diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-20 21:31:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-22 10:06:16 -0700 |
commit | caee4c53b5a4d5a211457a7153214e6cd6001961 (patch) | |
tree | f4c03b8e57a44c0feecd0c6029b661fefea4bcef /hv.c | |
parent | 5b46e1725cda3bd1aa02113edde50ea3004968fd (diff) | |
download | perl-caee4c53b5a4d5a211457a7153214e6cd6001961.tar.gz |
hv.c: comment typo
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |