[svn:parrot] r38845 - trunk/src/io

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sat May 16 20:57:52 UTC 2009


Author: whiteknight
Date: Sat May 16 20:57:52 2009
New Revision: 38845
URL: https://trac.parrot.org/parrot/changeset/38845

Log:
[gc] fix a small documentation note in src/io/core.c about what GC function calls it

Modified:
   trunk/src/io/core.c

Modified: trunk/src/io/core.c
==============================================================================
--- trunk/src/io/core.c	Sat May 16 20:57:27 2009	(r38844)
+++ trunk/src/io/core.c	Sat May 16 20:57:52 2009	(r38845)
@@ -107,7 +107,7 @@
 
 =item C<void Parrot_IOData_mark(PARROT_INTERP, ParrotIOData *piodata)>
 
-Called from C<trace_active_PMCs()> to mark the IO data live.
+Called from C<Parrot_gc_trace_root()> to mark the IO data live.
 
 =cut
 


More information about the parrot-commits mailing list