Author: Armin Rigo <[email protected]>
Branch:
Changeset: r352:62b79f9f4e7c
Date: 2013-07-06 11:08 +0200
http://bitbucket.org/pypy/stmgc/changeset/62b79f9f4e7c/
Log: Typo
diff --git a/c4/nursery.c b/c4/nursery.c
--- a/c4/nursery.c
+++ b/c4/nursery.c
@@ -485,7 +485,7 @@
we may occasionally see a PUBLIC object --- one that was
a private/protected object when it was added to
old_objects_to_trace, and has been stolen. So we have to
- check and not do any change the obj->h_tid in that case.
+ check and not do any change to the obj->h_tid in that case.
Otherwise this conflicts with the rule that we may only
modify obj->h_tid of a public object in order to add
PUBLIC_TO_PRIVATE.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit