[pypy-commit] pypy gc-incminimark-pinning-improve: fix typo

groggi noreply at buildbot.pypy.org
Mon Mar 23 14:29:01 CET 2015


Author: Gregor Wegberg <code at gregorwegberg.com>
Branch: gc-incminimark-pinning-improve
Changeset: r76521:96b6aa76b5d0
Date: 2014-12-11 20:50 +0100
http://bitbucket.org/pypy/pypy/changeset/96b6aa76b5d0/

Log:	fix typo

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
@@ -702,7 +702,7 @@
                 # pinned object after the next pinned one and the one after the
                 # next or the end of the nursery. Graphically explained:
                 # 
-                #     |- allocating totalsize failed in this are
+                #     |- allocating totalsize failed in this area
                 #     v          v- next pinned object, jump over
                 # +---------+--------+--------+--------+-----------+
                 # | unknown | pinned | empty  | pinned |  empty    | <- nursery


More information about the pypy-commit mailing list