summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2001-03-30 19:12:28 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-30 18:16:57 +0000
commit2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429 (patch)
treedbf892394ef1aa578673ef9e7ce1b03e474ee181 /av.h
parentf18956b7b7075f4d5c8a71544673eedaab733e30 (diff)
downloadperl-2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429.tar.gz
av.h cosmetics
Message-ID: <20010330181228.A9319@netthink.co.uk> p4raw-id: //depot/perl@9476
Diffstat (limited to 'av.h')
-rw-r--r--av.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/av.h b/av.h
index 8f130d63c0..def66b98d0 100644
--- 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;
};