[pypy-svn] r24162 - pypy/dist/pypy/rpython/memory

mwh at codespeak.net mwh at codespeak.net
Thu Mar 9 11:23:35 CET 2006


Author: mwh
Date: Thu Mar  9 11:23:34 2006
New Revision: 24162

Modified:
   pypy/dist/pypy/rpython/memory/gctransform.py
Log:
tone down a comment :)


Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py	Thu Mar  9 11:23:34 2006
@@ -816,7 +816,7 @@
             # XXX this is a kind of sledgehammer-wallnut approach to make sure
             # all types get an ID.
             # and to find static roots
-            # XXX this replicates FAR too much of pypy.rpython.memory.convertlltype :(
+            # XXX this replicates too much of pypy.rpython.memory.convertlltype :(
             static_roots = {}
 
             seen_types = {}



More information about the Pypy-commit mailing list