diff options
author | Michael W. Hudson <mwh@python.net> | 2002-08-22 13:36:11 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-08-22 13:36:11 (GMT) |
commit | 1e9718a334debdee8041ecee1fd7ddc56488177c (patch) | |
tree | 8bcb3b85df601da660ee5a82cfd0af4ff34657dd /Misc/pymemcompat.h | |
parent | 61cf4407be9c726c935e1fe82b06a2617b15287e (diff) | |
download | cpython-1e9718a334debdee8041ecee1fd7ddc56488177c.zip cpython-1e9718a334debdee8041ecee1fd7ddc56488177c.tar.gz cpython-1e9718a334debdee8041ecee1fd7ddc56488177c.tar.bz2 |
Fix grammatically inept comment.
Diffstat (limited to 'Misc/pymemcompat.h')
-rw-r--r-- | Misc/pymemcompat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 24221ec..2757e3a 100644 --- a/Misc/pymemcompat.h +++ b/Misc/pymemcompat.h @@ -27,8 +27,7 @@ The raw memory and object memory allocators both mimic the malloc/realloc/free interface from ANSI C, but the object memory allocator can (and, since 2.3, does by default) use a different - allocation strategy biased towards lots of lots of "small" - allocations. + allocation strategy biased towards lots of "small" allocations. The object family is used for allocating Python objects, and the initializers take care of some basic initialization (setting the |