summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/pyarena.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pyarena.c b/Python/pyarena.c
index 7ab3701..28970f9 100644
--- a/Python/pyarena.c
+++ b/Python/pyarena.c
@@ -4,7 +4,7 @@
/* A simple arena block structure.
Measurements with standard library modules suggest the average
- allocation is about 20 bytes and that most compiles use a single
+ allocation is about 20 bytes and that most compilers use a single
block.
*/