Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning-improve
Changeset: r76526:13651a7e10d4
Date: 2015-03-23 11:31 +0100
http://bitbucket.org/pypy/pypy/changeset/13651a7e10d4/
Log: fix typos
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
@@ -1523,7 +1523,7 @@
# being moved, not from being collected if it is not reachable anymore.
self.surviving_pinned_objects = self.AddressStack()
# The following counter keeps track of alive and pinned young objects
- # inside the nursery. We reset it here and increace it in
+ # inside the nursery. We reset it here and increase it in
# '_trace_drag_out()'.
any_pinned_object_from_earlier = self.any_pinned_object_kept
self.pinned_objects_in_nursery = 0
@@ -2092,7 +2092,7 @@
# XXX A simplifying assumption that should be checked,
# finalizers/weak references are rare and short which means that
- # they do not need a seperate state and do not need to be
+ # they do not need a separate state and do not need to be
# made incremental.
if (not self.objects_to_trace.non_empty() and
not self.more_objects_to_trace.non_empty()):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit