fix spelling errors (pr #710)

This commit is contained in:
Daan 2024-04-20 17:12:09 -07:00
parent 204348e468
commit 88aa84727d
9 changed files with 15 additions and 15 deletions

View file

@ -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 {