From: Jarkko Hietaniemi Date: Mon, 27 May 2002 19:10:14 +0000 (+0000) Subject: Comment nit from Yitzchak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8668bebd28812651f7fc2b6e9fcb8047bd7f06e8;p=p5sagit%2Fp5-mst-13.2.git Comment nit from Yitzchak. p4raw-id: //depot/perl@16819 --- diff --git a/sv.c b/sv.c index 7d51f32..193b141 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 ||