spelling: efficiency

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-19 20:12:29 -04:00
parent 567e2a5e5b
commit 0d78953e6e
2 changed files with 2 additions and 2 deletions

View file

@ -558,7 +558,7 @@ mi_heap_t* mi_heap_new();
/// Delete a previously allocated heap.
/// This will release resources and migrate any
/// still allocated blocks in this heap (efficienty)
/// still allocated blocks in this heap (efficiency)
/// to the default heap.
///
/// If \a heap is the default heap, the default