From 0d78953e6e8b704db8be3f4c8b64a883f7db0d83 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:12:29 -0400 Subject: [PATCH] spelling: efficiency Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/mimalloc-doc.h | 2 +- docs/group__heap.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 8f36750e..e923026b 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -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 diff --git a/docs/group__heap.html b/docs/group__heap.html index 5f976989..e4b5340e 100644 --- a/docs/group__heap.html +++ b/docs/group__heap.html @@ -372,7 +372,7 @@ Functions

Delete a previously allocated heap.

-

This will release resources and migrate any still allocated blocks in this heap (efficienty) to the default heap.

+

This will release resources and migrate any still allocated blocks in this heap (efficiency) to the default heap.

If heap is the default heap, the default heap is set to the backing heap.