summaryrefslogtreecommitdiffstats
path: root/Python/pyarena.c
diff options
context:
space:
mode:
authorAditya Borikar <adityaborikar2@gmail.com>2024-11-07 15:37:41 (GMT)
committerGitHub <noreply@github.com>2024-11-07 15:37:41 (GMT)
commit3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac (patch)
treee060e5f9d613ff549eb2ca4d1f1a6c7efa380fc4 /Python/pyarena.c
parent19c248185343dfad046bbe4046b2b900e7405666 (diff)
downloadcpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.zip
cpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.tar.gz
cpython-3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac.tar.bz2
Chore: Fix typo in `pyarena.c` (#126527)
Diffstat (limited to 'Python/pyarena.c')
-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.
*/