diff options
Diffstat (limited to 'Objects/object.c')
-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 d6b7607dd8..99fea99bc6 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1004,7 +1004,7 @@ PyTypeObject *_Py_cobject_hack = &PyCObject_Type; int (*_Py_abstract_hack)(PyObject *) = &PyObject_Size; -/* Python's malloc wrappers (see mymalloc.h) */ +/* Python's malloc wrappers (see pymem.h) */ void * PyMem_Malloc(size_t nbytes) |