Commit 774348c8 authored by Martin v. Löwis's avatar Martin v. Löwis

Fix typo.

parent cc40cede
...@@ -96,7 +96,7 @@ During a collection, gc_refs can temporarily take on other states: ...@@ -96,7 +96,7 @@ During a collection, gc_refs can temporarily take on other states:
subtract_refs() then adjusts gc_refs so that it equals the number of subtract_refs() then adjusts gc_refs so that it equals the number of
times an object is referenced directly from outside the generation times an object is referenced directly from outside the generation
being collected. being collected.
gc_refs reamins >= 0 throughout these steps. gc_refs remains >= 0 throughout these steps.
GC_TENTATIVELY_UNREACHABLE GC_TENTATIVELY_UNREACHABLE
move_unreachable() then moves objects not reachable (whether directly or move_unreachable() then moves objects not reachable (whether directly or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment