From: Nicholas Clark Date: Tue, 24 May 2005 13:01:49 +0000 (+0000) Subject: Correct the description of pte_arenaroot X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=590a98e767a2006515bff539a897c2e8f9b73db3;p=p5sagit%2Fp5-mst-13.2.git Correct the description of pte_arenaroot p4raw-id: //depot/perl@24564 --- diff --git a/intrpvar.h b/intrpvar.h index cb8231c..3fd201d 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 */