From 2dec9bbcdf838836a7fb6fc9bdeea81dd5cd0323 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 19 Mar 2023 20:12:28 -0400 Subject: [PATCH] spelling: currently Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/mimalloc-doc.h | 2 +- docs/group__extended.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index 2dc63328..8f36750e 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -468,7 +468,7 @@ int mi_reserve_huge_os_pages_at(size_t pages, int numa_node, size_t timeout_msec /// Is the C runtime \a malloc API redirected? /// @returns \a true if all malloc API calls are redirected to mimalloc. /// -/// Currenty only used on Windows. +/// Currently only used on Windows. bool mi_is_redirected(); /// Return process information (time and memory usage). diff --git a/docs/group__extended.html b/docs/group__extended.html index bf71e925..9fe048bb 100644 --- a/docs/group__extended.html +++ b/docs/group__extended.html @@ -387,7 +387,7 @@ Functions
Is the C runtime malloc API redirected?
Currenty only used on Windows.
+Currently only used on Windows.