summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2017-07-01 16:30:37 +0200
committerYves Orton <demerphq@gmail.com>2017-07-01 16:30:37 +0200
commit2176e0e925bd2df99ec4eb1ef956d38d9ecb8a90 (patch)
tree85f21782d13f7c6497798d05f9ce93987cd30582 /hv.c
parent9927ab6ab90ba710ebd3b027dd97c9fb9cc97623 (diff)
downloadperl-2176e0e925bd2df99ec4eb1ef956d38d9ecb8a90.tar.gz
fixup typo in comment
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 f372728fe2..502c593de0 100644
--- a/hv.c
+++ b/hv.c
@@ -1963,7 +1963,7 @@ Perl_hv_undef_flags(pTHX_ HV *hv, U32 flags)
DEBUG_A(Perl_hv_assert(aTHX_ hv));
xhv = (XPVHV*)SvANY(hv);
- /* The name must be deleted before the call to hfreeeeentries so that
+ /* The name must be deleted before the call to hfreeentries so that
CVs are anonymised properly. But the effective name must be pre-
served until after that call (and only deleted afterwards if the
call originated from sv_clear). For stashes with one name that is