Fix grammatically inept comment.
authorMichael W. Hudson <mwh@python.net>
Thu, 22 Aug 2002 13:36:11 +0000 (13:36 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 22 Aug 2002 13:36:11 +0000 (13:36 +0000)
Misc/pymemcompat.h

index 24221ec9226ec5ac378d4a86ce0e8fa1c678e59b..2757e3acddfb4037252df50233792a11eb93a378 100644 (file)
@@ -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