From: Martin v. Löwis Date: Sat, 9 Nov 2002 19:54:06 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.3c1~3490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=774348c8d6a6eaefe8d12a7c8d309801b73f7386;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index bae265389d1c..c0c091e22802 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -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