summaryrefslogtreecommitdiff
path: root/Misc/pymemcompat.h
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-09-06 20:27:15 +0000
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-09-06 20:27:15 +0000
commitadd2e94825096dbebe29d987d56ca56cef13e20d (patch)
tree78dfa4990b639153d6729a6d8522416e696745b4 /Misc/pymemcompat.h
parentf476560fc11f9493ebe96278a431490c33292b6d (diff)
downloadcpython-add2e94825096dbebe29d987d56ca56cef13e20d.tar.gz
typo
Diffstat (limited to 'Misc/pymemcompat.h')
-rw-r--r--Misc/pymemcompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h
index 2757e3acdd..a0fa33663f 100644
--- a/Misc/pymemcompat.h
+++ b/Misc/pymemcompat.h
@@ -72,7 +72,7 @@
It is possible to support both the 2.0 and 2.2 GC APIs, but it's
not pretty and this comment block is too narrow to contain a
- desciption of what's required... */
+ description of what's required... */
#if PY_VERSION_HEX < 0x020200B1
#define PyObject_GC_New PyObject_New