We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyarena.c
1 parent 19c2481 commit 3d9f9aeCopy full SHA for 3d9f9ae
Python/pyarena.c
@@ -4,7 +4,7 @@
4
/* A simple arena block structure.
5
6
Measurements with standard library modules suggest the average
7
- allocation is about 20 bytes and that most compiles use a single
+ allocation is about 20 bytes and that most compilers use a single
8
block.
9
*/
10
0 commit comments