From a6dba64a1510c8d90504338dd1ab7186eb8ab962 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Wed, 9 Feb 2022 21:06:15 +0100 Subject: [PATCH] Fixed typo --- include/coreinit/dynload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/coreinit/dynload.h b/include/coreinit/dynload.h index 59d72f9c..2e598aae 100644 --- a/include/coreinit/dynload.h +++ b/include/coreinit/dynload.h @@ -162,7 +162,7 @@ OSDynLoad_GetTLSAllocator(OSDynLoadAllocFn *outAllocFn, /** - * Get laoder heap statistics. + * Get loader heap statistics. */ OSDynLoad_Error OSDynLoad_GetLoaderHeapStatistics(OSDynLoad_LoaderHeapStatistics *outLoaderHeapStatistics);