From: Michael W. Hudson Date: Thu, 22 Aug 2002 13:36:11 +0000 (+0000) Subject: Fix grammatically inept comment. X-Git-Tag: v2.3c1~4365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e9718a334debdee8041ecee1fd7ddc56488177c;p=thirdparty%2FPython%2Fcpython.git Fix grammatically inept comment. --- diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h index 24221ec9226e..2757e3acddfb 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