This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the test on warnings/register.t.
[perl5.git] / av.h
diff --git a/av.h b/av.h
index 8f130d6..def66b9 100644 (file)
--- a/av.h
+++ b/av.h
@@ -16,7 +16,7 @@ struct xpvav {
     MAGIC*     xmg_magic;      /* magic for scalar array */
     HV*                xmg_stash;      /* class package */
 
-    SV**       xav_alloc;      /* pointer to malloced string */
+    SV**       xav_alloc;      /* pointer to beginning of C array of SVs */
     SV*                xav_arylen;
     U8         xav_flags;
 };