diff options
Diffstat (limited to 'soh/src/code/system_malloc.c')
| -rw-r--r-- | soh/src/code/system_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/system_malloc.c b/soh/src/code/system_malloc.c index e8bfefed3..7995209ee 100644 --- a/soh/src/code/system_malloc.c +++ b/soh/src/code/system_malloc.c @@ -107,5 +107,5 @@ void SystemArena_Cleanup(void) { } u8 SystemArena_IsInitalized(void) { - return __osMallocIsInitalized(&gSystemArena); + return __osMallocIsInitialized(&gSystemArena); } |
