summaryrefslogtreecommitdiff
path: root/av.h
diff options
context:
space:
mode:
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;
};