Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r83845:35301c9c4051
Date: 2016-04-24 19:38 +0200
http://bitbucket.org/pypy/pypy/changeset/35301c9c4051/

Log:    typo (thanks LarstiQ)

diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py
--- a/rpython/memory/gc/incminimark.py
+++ b/rpython/memory/gc/incminimark.py
@@ -726,7 +726,7 @@
 
 
     def minor_collection_with_major_progress(self, extrasize=0):
-        """To a minor collection.  Then, if there is already a major GC
+        """Do a minor collection.  Then, if there is already a major GC
         in progress, run at least one major collection step.  If there is
         no major GC but the threshold is reached, start a major GC.
         """
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to