]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Nov 2002 19:54:06 +0000 (19:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Nov 2002 19:54:06 +0000 (19:54 +0000)
Modules/gcmodule.c

index bae265389d1c377014bdabc062c638fb626bdb9e..c0c091e228028679f399daff6900421a81fd4e0c 100644 (file)
@@ -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
     times an object is referenced directly from outside the generation
     being collected.
-    gc_refs reamins >= 0 throughout these steps.
+    gc_refs remains >= 0 throughout these steps.
 
 GC_TENTATIVELY_UNREACHABLE
     move_unreachable() then moves objects not reachable (whether directly or