This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2470d6
)
hv.c: comment typo
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 00:13:14 +0000
(17:13 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 00:13:14 +0000
(17:13 -0700)
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
e713a37
..
b5ee308
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-2383,7
+2383,7
@@
Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags)
}
#endif
- /* hv_iterint now ensures this. */
+ /* hv_iterin
i
t now ensures this. */
assert (HvARRAY(hv));
/* At start of hash, entry is NULL. */