mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -446,7 +446,7 @@ void mi_heap_delete(mi_heap_t* heap)
|
|||
if (heap==NULL || !mi_heap_is_initialized(heap)) return;
|
||||
|
||||
if (!mi_heap_is_backing(heap)) {
|
||||
// tranfer still used pages to the backing heap
|
||||
// transfer still used pages to the backing heap
|
||||
mi_heap_absorb(heap->tld->heap_backing, heap);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue