summaryrefslogtreecommitdiff
path: root/src/code/debug_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/debug_malloc.c')
-rw-r--r--src/code/debug_malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c
index 60c7607cb..670ce857a 100644
--- a/src/code/debug_malloc.c
+++ b/src/code/debug_malloc.c
@@ -106,6 +106,6 @@ void DebugArena_Cleanup(void) {
__osMallocCleanup(&sDebugArena);
}
-u8 DebugArena_IsInitalized(void) {
- return __osMallocIsInitalized(&sDebugArena);
+u8 DebugArena_IsInitialized(void) {
+ return __osMallocIsInitialized(&sDebugArena);
}