[pypy-commit] pypy custom-trace: typo

arigo noreply at buildbot.pypy.org
Fri Jul 22 13:24:04 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: custom-trace
Changeset: r45871:bba99b2fc522
Date: 2011-07-22 09:16 +0200
http://bitbucket.org/pypy/pypy/changeset/bba99b2fc522/

Log:	typo

diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py
--- a/pypy/rpython/memory/gc/minimark.py
+++ b/pypy/rpython/memory/gc/minimark.py
@@ -1668,7 +1668,7 @@
             None)   # we don't need the static in all prebuilt gc objects
         #
         # If we are in an inner collection caused by a call to a finalizer,
-        # the 'run_finalizers' objects also need to kept alive.
+        # the 'run_finalizers' objects also need to be kept alive.
         self.run_finalizers.foreach(self._collect_obj,
                                     self.objects_to_trace)
 


More information about the pypy-commit mailing list