summaryrefslogtreecommitdiff
path: root/src/code/system_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/system_malloc.c')
-rw-r--r--src/code/system_malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/system_malloc.c b/src/code/system_malloc.c
index d9085c12f..f62e5639a 100644
--- a/src/code/system_malloc.c
+++ b/src/code/system_malloc.c
@@ -105,6 +105,6 @@ void SystemArena_Cleanup(void) {
__osMallocCleanup(&gSystemArena);
}
-u8 SystemArena_IsInitalized(void) {
- return __osMallocIsInitalized(&gSystemArena);
+u8 SystemArena_IsInitialized(void) {
+ return __osMallocIsInitialized(&gSystemArena);
}