diff options
author | David Mitchell <davem@iabyn.com> | 2010-07-29 13:55:39 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-07-29 13:55:39 +0100 |
commit | cef0c2ea80abedd0fa6d0e228f3bf5b8bc3d2903 (patch) | |
tree | 0ecb15f59550e91cd5f3253d83003cc845101802 /hv.c | |
parent | 09aad8f0e83a4c56d98266fa1ae5deee23229182 (diff) | |
download | perl-cef0c2ea80abedd0fa6d0e228f3bf5b8bc3d2903.tar.gz |
re-apply some xhv_backreferences notes and stuff
re-apply some of the small doc fixes and a couple of minor code tweaks that
were part of the reverted commit 044d8c24fa9214cf0fe9c6fc8a44e03f3f5374d7,
but which didn't need reverting
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1722,7 +1722,7 @@ S_hfreeentries(pTHX_ HV *hv) } /* make everyone else think the array is empty, so that the destructors - * called for freed entries can't recusively mess with us */ + * called for freed entries can't recursively mess with us */ HvARRAY(hv) = NULL; ((XPVHV*) SvANY(hv))->xhv_keys = 0; |