This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
av.h cosmetics
authorSimon Cozens <simon@netthink.co.uk>
Fri, 30 Mar 2001 18:12:28 +0000 (19:12 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 30 Mar 2001 18:16:57 +0000 (18:16 +0000)
Message-ID: <20010330181228.A9319@netthink.co.uk>

p4raw-id: //depot/perl@9476

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;
 };