diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-27 19:10:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-27 19:10:14 +0000 |
commit | 8668bebd28812651f7fc2b6e9fcb8047bd7f06e8 (patch) | |
tree | 5076c27c06531d2617755db81e5ae02bdb9cf75c /sv.c | |
parent | 79b683f6279382b62e7d80464271026fcfc32a23 (diff) | |
download | perl-8668bebd28812651f7fc2b6e9fcb8047bd7f06e8.tar.gz |
Comment nit from Yitzchak.
p4raw-id: //depot/perl@16819
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4464,7 +4464,7 @@ Perl_sv_magicext(pTHX_ SV* sv, SV* obj, int how, MGVTBL *vtable, avoid incrementing the object refcount. Note we cannot do this to avoid self-tie loops as intervening RV must have its REFCNT incremented to keep it in existence - instead special - case them in sv_free(). + case them in mg_free(). */ if (!obj || obj == sv || how == PERL_MAGIC_arylen || |