Comment typo fix

This commit is contained in:
Andrew M. Kuchling 2006-04-18 11:49:53 +00:00
parent 45294a9562
commit 2060d1bd27
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ _Py_AddToAllObjects(PyObject *op, int force)
#ifdef COUNT_ALLOCS #ifdef COUNT_ALLOCS
static PyTypeObject *type_list; 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 they get one object created. That makes them
immortal, which unfortunately contributes to immortal, which unfortunately contributes to
garbage itself. If unlist_types_without_objects garbage itself. If unlist_types_without_objects