From: Andrew M. Kuchling Date: Tue, 18 Apr 2006 11:49:53 +0000 (+0000) Subject: Comment typo fix X-Git-Tag: v2.5a2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2060d1bd278aec2c5cba6aa5dae660a5b0306517;p=python Comment typo fix --- diff --git a/Objects/object.c b/Objects/object.c index eac447041d..a75c14e878 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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