[Python-checkins] r45528 - python/trunk/Objects/object.c

andrew.kuchling python-checkins at python.org
Tue Apr 18 13:49:54 CEST 2006


Author: andrew.kuchling
Date: Tue Apr 18 13:49:53 2006
New Revision: 45528

Modified:
   python/trunk/Objects/object.c
Log:
Comment typo fix

Modified: python/trunk/Objects/object.c
==============================================================================
--- python/trunk/Objects/object.c	(original)
+++ python/trunk/Objects/object.c	Tue Apr 18 13:49:53 2006
@@ -74,7 +74,7 @@
 
 #ifdef COUNT_ALLOCS
 static PyTypeObject *type_list;
-/* All types are added to type_list, atleast when
+/* All types are added to type_list, at least when
    they get one object created. That makes them
    immortal, which unfortunately contributes to
    garbage itself. If unlist_types_without_objects


More information about the Python-checkins mailing list