From: gfx Date: Fri, 28 Aug 2009 03:33:24 +0000 (+0900) Subject: Clearify a comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7f16218061224b6e1cf470adb8b54bd9aaa6dd1;p=gitmo%2FClass-MOP.git Clearify a comment --- diff --git a/xs/MethodAccessor.xs b/xs/MethodAccessor.xs index 2e9a065..6c34c7d 100644 --- a/xs/MethodAccessor.xs +++ b/xs/MethodAccessor.xs @@ -39,7 +39,7 @@ mop_install_accessor(pTHX_ const char* const fq_name, const char* const key, I32 SvREFCNT_dec(keysv); /* sv_magicext() increases refcnt in mg_obj */ /* NOTE: - * although we use MAGIC for gc, we also store mg to any slot for efficiency (gfx) + * although we use MAGIC for gc, we also store mg to CvXSUBANY slot for efficiency (gfx) */ CvXSUBANY(xsub).any_ptr = (void*)mg;