mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in comments (#120821)
This commit is contained in:
parent
8ac08f36fe
commit
0153fd0940
8 changed files with 10 additions and 10 deletions
|
@ -1346,7 +1346,7 @@ static int running_on_valgrind = -1;
|
|||
typedef struct _obmalloc_state OMState;
|
||||
|
||||
/* obmalloc state for main interpreter and shared by all interpreters without
|
||||
* their own obmalloc state. By not explicitly initalizing this structure, it
|
||||
* their own obmalloc state. By not explicitly initializing this structure, it
|
||||
* will be allocated in the BSS which is a small performance win. The radix
|
||||
* tree arrays are fairly large but are sparsely used. */
|
||||
static struct _obmalloc_state obmalloc_state_main;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue