summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-08-16 12:27:23 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-08-16 12:27:23 (GMT)
commit1582a3ab98b9792ae719e9b0bffdbdab9302f565 (patch)
tree84d0778528fe156e4f0c6df3becc68a6e0b1f3d6 /Objects
parent080bb2a42496abe0b898355aef79f3a8376b751f (diff)
downloadcpython-1582a3ab98b9792ae719e9b0bffdbdab9302f565.zip
cpython-1582a3ab98b9792ae719e9b0bffdbdab9302f565.tar.gz
cpython-1582a3ab98b9792ae719e9b0bffdbdab9302f565.tar.bz2
Updated comment
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c
index d6b7607..99fea99 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)