mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Comment typo fix
This commit is contained in:
parent
45294a9562
commit
2060d1bd27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue