summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 18:39:19 +0000
committerGeorg Brandl <georg@python.org>2005-07-22 18:39:19 +0000
commit83328a75e819eff640f819e4658a18f7df68b220 (patch)
tree45d926d97cc6c1886f0697f2c7a65d00745f907c /Include
parent25a77e9504cdd0a797bc931a6ec4f18a498ce18f (diff)
downloadcpython-83328a75e819eff640f819e4658a18f7df68b220.tar.gz
[ 1243081 ] repair typos
Diffstat (limited to 'Include')
-rw-r--r--Include/objimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 5707e500ee..40b730c414 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(). */