summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-24 13:01:49 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-24 13:01:49 +0000
commit590a98e767a2006515bff539a897c2e8f9b73db3 (patch)
treed40e9e229e3c893d595e953e1f5428deca081ca7 /intrpvar.h
parent5060ef7b6a11b124f0b71afcf7384e13b79a28a6 (diff)
downloadperl-590a98e767a2006515bff539a897c2e8f9b73db3.tar.gz
Correct the description of pte_arenaroot
p4raw-id: //depot/perl@24564
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index cb8231cb38..3fd201d101 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -441,7 +441,7 @@ PERLVAR(Ixpvlv_arenaroot,XPVLV*) /* list of allocated xpvlv areas */
PERLVAR(Ixpvbm_arenaroot,XPVBM*) /* list of allocated xpvbm areas */
PERLVAR(Ihe_arenaroot, HE *) /* list of allocated he areas */
#if defined(USE_ITHREADS)
-PERLVAR(Ipte_arenaroot, struct ptr_tbl_ent *) /* list of allocated he areas */
+PERLVAR(Ipte_arenaroot, struct ptr_tbl_ent *) /* list of allocated pte areas */
#endif
/* 5.6.0 stopped here */