Commit 2060d1bd authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Comment typo fix

parent 45294a95
......@@ -74,7 +74,7 @@ _Py_AddToAllObjects(PyObject *op, int force)
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment