spelling: currently

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

View file

@ -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? /// Is the C runtime \a malloc API redirected?
/// @returns \a true if all malloc API calls are redirected to mimalloc. /// @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(); bool mi_is_redirected();
/// Return process information (time and memory usage). /// Return process information (time and memory usage).

View file

@ -387,7 +387,7 @@ Functions</h2></td></tr>
<p>Is the C runtime <em>malloc</em> API redirected? </p> <p>Is the C runtime <em>malloc</em> API redirected? </p>
<dl class="section return"><dt>Returns</dt><dd><em>true</em> if all malloc API calls are redirected to mimalloc.</dd></dl> <dl class="section return"><dt>Returns</dt><dd><em>true</em> if all malloc API calls are redirected to mimalloc.</dd></dl>
<p>Currenty only used on Windows. </p> <p>Currently only used on Windows. </p>
</div> </div>
</div> </div>