diff options
author | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-07-22 18:39:19 (GMT) |
commit | 08c02dbb85a8eebe3395658260dec36dd4169381 (patch) | |
tree | 76615595accfba30196bf91d3c07009871c1dd23 /Include/objimpl.h | |
parent | c9878e1b220b748788c3faa656257d5da4cd46c7 (diff) | |
download | cpython-08c02dbb85a8eebe3395658260dec36dd4169381.zip cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.gz cpython-08c02dbb85a8eebe3395658260dec36dd4169381.tar.bz2 |
[ 1243081 ] repair typos
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r-- | Include/objimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index 5707e50..40b730c 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -124,7 +124,7 @@ PyAPI_FUNC(void) _PyObject_DebugMallocStats(void); #else /* ! WITH_PYMALLOC */ #define PyObject_MALLOC PyMem_MALLOC #define PyObject_REALLOC PyMem_REALLOC -/* This is an odd one! For backward compatability with old extensions, the +/* This is an odd one! For backward compatibility with old extensions, the PyMem "release memory" functions have to invoke the object allocator's free() function. When pymalloc isn't enabled, that leaves us using the platform free(). */ |