mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix spelling errors (pr #710)
This commit is contained in:
parent
204348e468
commit
88aa84727d
9 changed files with 15 additions and 15 deletions
|
@ -415,7 +415,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