[Python-checkins] python/dist/src/Objects typeobject.c,2.203,2.204

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Thu, 06 Feb 2003 07:22:52 -0800


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv29904

Modified Files:
	typeobject.c 
Log Message:
Comment typo fix

Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.203
retrieving revision 2.204
diff -C2 -d -r2.203 -r2.204
*** typeobject.c	5 Feb 2003 22:39:45 -0000	2.203
--- typeobject.c	6 Feb 2003 15:22:49 -0000	2.204
***************
*** 641,645 ****
  
  	/* UnTrack and re-Track around the trashcan macro, alas */
! 	/* See explanation at end of funtion for full disclosure */
  	PyObject_GC_UnTrack(self);
  	++_PyTrash_delete_nesting;
--- 641,645 ----
  
  	/* UnTrack and re-Track around the trashcan macro, alas */
! 	/* See explanation at end of function for full disclosure */
  	PyObject_GC_UnTrack(self);
  	++_PyTrash_delete_nesting;