diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-06 20:27:15 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-09-06 20:27:15 (GMT) |
commit | feb2ee46bc6b6cc43f337817ef67b073ecb8943d (patch) | |
tree | 4181c22ef9298f3849fbc96620402f938fb6f90f /Misc/pymemcompat.h | |
parent | 09e4ebb6cda17a58d1ee2bf311c0038aac96ede8 (diff) | |
download | cpython-feb2ee46bc6b6cc43f337817ef67b073ecb8943d.zip cpython-feb2ee46bc6b6cc43f337817ef67b073ecb8943d.tar.gz cpython-feb2ee46bc6b6cc43f337817ef67b073ecb8943d.tar.bz2 |
typo
Diffstat (limited to 'Misc/pymemcompat.h')
-rw-r--r-- | Misc/pymemcompat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 2757e3a..a0fa336 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 |