[Python-checkins] python/dist/src/Objects object.c,2.205,2.206

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 23 Mar 2003 10:06:15 -0800


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

Modified Files:
	object.c 
Log Message:
Typo in comment.


Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.205
retrieving revision 2.206
diff -C2 -d -r2.205 -r2.206
*** object.c	23 Mar 2003 17:52:28 -0000	2.205
--- object.c	23 Mar 2003 18:06:08 -0000	2.206
***************
*** 30,34 ****
   * force should be true if and only if op points to freshly allocated,
   * uninitialized memory, or you've unlinked op from the list and are
!  * relinking it into the font.
   * Note that objects are normally added to the list via _Py_NewReference,
   * which is called by PyObject_Init.  Not all objects are initialized that
--- 30,34 ----
   * force should be true if and only if op points to freshly allocated,
   * uninitialized memory, or you've unlinked op from the list and are
!  * relinking it into the front.
   * Note that objects are normally added to the list via _Py_NewReference,
   * which is called by PyObject_Init.  Not all objects are initialized that