summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-27 19:10:14 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-27 19:10:14 +0000
commit8668bebd28812651f7fc2b6e9fcb8047bd7f06e8 (patch)
tree5076c27c06531d2617755db81e5ae02bdb9cf75c /sv.c
parent79b683f6279382b62e7d80464271026fcfc32a23 (diff)
downloadperl-8668bebd28812651f7fc2b6e9fcb8047bd7f06e8.tar.gz
Comment nit from Yitzchak.
p4raw-id: //depot/perl@16819
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 7d51f322ba..193b141ca4 100644
--- a/sv.c
+++ b/sv.c
@@ -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 ||