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. /// Delete a previously allocated heap.
/// This will release resources and migrate any /// 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. /// to the default heap.
/// ///
/// If \a heap is the default heap, the default /// If \a heap is the default heap, the default

View file

@ -372,7 +372,7 @@ Functions</h2></td></tr>
</div><div class="memdoc"> </div><div class="memdoc">
<p>Delete a previously allocated heap. </p> <p>Delete a previously allocated heap. </p>
<p>This will release resources and migrate any still allocated blocks in this heap (efficienty) to the default heap.</p> <p>This will release resources and migrate any still allocated blocks in this heap (efficiency) to the default heap.</p>
<p>If <em>heap</em> is the default heap, the default heap is set to the backing heap. </p> <p>If <em>heap</em> is the default heap, the default heap is set to the backing heap. </p>
</div> </div>