diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-18 11:49:53 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-18 11:49:53 (GMT) |
commit | 2060d1bd278aec2c5cba6aa5dae660a5b0306517 (patch) | |
tree | 576b643520d17a9565b1ae5904a7409a2677a301 /Objects | |
parent | 45294a9562e5c360ee8ef8498d8792e05a6eb25e (diff) | |
download | cpython-2060d1bd278aec2c5cba6aa5dae660a5b0306517.zip cpython-2060d1bd278aec2c5cba6aa5dae660a5b0306517.tar.gz cpython-2060d1bd278aec2c5cba6aa5dae660a5b0306517.tar.bz2 |
Comment typo fix
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c index eac4470..a75c14e 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 |