[svn:parrot] r42625 - trunk/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:32:54 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:32:51 2009
New Revision: 42625
URL: https://trac.parrot.org/parrot/changeset/42625

Log:
Change RT reference to TT reference in two locations.

Modified:
   trunk/src/pmc/fixedpmcarray.pmc

Modified: trunk/src/pmc/fixedpmcarray.pmc
==============================================================================
--- trunk/src/pmc/fixedpmcarray.pmc	Sat Nov 21 02:31:05 2009	(r42624)
+++ trunk/src/pmc/fixedpmcarray.pmc	Sat Nov 21 02:32:51 2009	(r42625)
@@ -484,7 +484,7 @@
         else {
             PMC *box = SELF.get_pmc_keyed_int(k);
 
-            /* RT #46675: autovivify an Array and insert it in SELF */
+            /* TT #1295: autovivify an Array and insert it in SELF */
             if (!box)
                 box = pmc_new(INTERP, SELF.type());
 
@@ -572,7 +572,7 @@
         else {
             PMC *box = SELF.get_pmc_keyed_int(k);
 
-            /* RT #46675: autovivify an Array and insert it in SELF */
+            /* TT #1295: autovivify an Array and insert it in SELF */
             if (!box)
                 box = pmc_new(INTERP, SELF.type());
 


More information about the parrot-commits mailing list