From: Aditya Borikar Date: Thu, 7 Nov 2024 15:37:41 +0000 (-0800) Subject: Chore: Fix typo in `pyarena.c` (#126527) X-Git-Tag: v3.14.0a2~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d9f9ae5a7c4739fe319aa436ab1834d6765b0ac;p=thirdparty%2FPython%2Fcpython.git Chore: Fix typo in `pyarena.c` (#126527) --- diff --git a/Python/pyarena.c b/Python/pyarena.c index 7ab370163b2b..28970f9d0670 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. */