summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-08-22 13:36:11 +0000
committerMichael W. Hudson <mwh@python.net>2002-08-22 13:36:11 +0000
commit404695400bc54715349930b1d7f5ee8e69b37f8e (patch)
tree200491a4534774d08c0a9abe71f8a7f734d0f402 /Misc
parent94790947a31d173f22486bac4199272b31bbd602 (diff)
downloadcpython-404695400bc54715349930b1d7f5ee8e69b37f8e.tar.gz
Fix grammatically inept comment.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/pymemcompat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/pymemcompat.h b/Misc/pymemcompat.h
index 24221ec922..2757e3acdd 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