Author: Gregor Wegberg <c...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to