[Python-checkins] python/dist/src/Modules gcmodule.c,2.55,2.56

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 09 Nov 2002 11:54:08 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv18496

Modified Files:
	gcmodule.c 
Log Message:
Fix typo.


Index: gcmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/gcmodule.c,v
retrieving revision 2.55
retrieving revision 2.56
diff -C2 -d -r2.55 -r2.56
*** gcmodule.c	9 Aug 2002 17:39:14 -0000	2.55
--- gcmodule.c	9 Nov 2002 19:54:06 -0000	2.56
***************
*** 97,101 ****
      times an object is referenced directly from outside the generation
      being collected.
!     gc_refs reamins >= 0 throughout these steps.
  
  GC_TENTATIVELY_UNREACHABLE
--- 97,101 ----
      times an object is referenced directly from outside the generation
      being collected.
!     gc_refs remains >= 0 throughout these steps.
  
  GC_TENTATIVELY_UNREACHABLE