summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index eb0cd5c58e..b67722f48c 100644
--- a/pad.c
+++ b/pad.c
@@ -43,7 +43,7 @@ but that is really the callers pad (a slot of which is allocated by
every entersub).
The CvPADLIST AV has the REFCNT of its component items managed "manually"
-(mostly in pad.c) rather than by normal av.c rules. So we mark it AvREAL
+(mostly in pad.c) rather than by normal av.c rules. So we turn off AvREAL
just before freeing it, to let av.c know not to touch the entries.
The items in the AV are not SVs as for a normal AV, but other AVs: