summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-20 21:31:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-22 10:06:16 -0700
commitcaee4c53b5a4d5a211457a7153214e6cd6001961 (patch)
treef4c03b8e57a44c0feecd0c6029b661fefea4bcef /hv.c
parent5b46e1725cda3bd1aa02113edde50ea3004968fd (diff)
downloadperl-caee4c53b5a4d5a211457a7153214e6cd6001961.tar.gz
hv.c: comment typo
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index bf82c659ee..36b70382da 100644
--- 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);
}