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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:34:12 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:34:09 2009
New Revision: 42626
URL: https://trac.parrot.org/parrot/changeset/42626

Log:
Change RT reference to TT reference.

Modified:
   trunk/src/pmc/file.pmc

Modified: trunk/src/pmc/file.pmc
==============================================================================
--- trunk/src/pmc/file.pmc	Sat Nov 21 02:32:51 2009	(r42625)
+++ trunk/src/pmc/file.pmc	Sat Nov 21 02:34:09 2009	(r42626)
@@ -22,7 +22,7 @@
 #  include <direct.h>
 #endif
 
-/* RT #46681 apparently, strerror_r is thread-safe and should be used instead.*/
+/* TT #1050 apparently, strerror_r is thread-safe and should be used instead.*/
 
 static PMC *File_PMC;
 pmclass File singleton {


More information about the parrot-commits mailing list