diff options
Diffstat (limited to 'src/code/debug_malloc.c')
| -rw-r--r-- | src/code/debug_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/debug_malloc.c b/src/code/debug_malloc.c index d92ec42bf..73ae71321 100644 --- a/src/code/debug_malloc.c +++ b/src/code/debug_malloc.c @@ -83,7 +83,7 @@ void* DebugArena_Calloc(u32 num, u32 size) { } void DebugArena_Display(void) { - // Zelda heap display (devs forgot to change "Zelda" to "Debug" apparently) + // "Zelda heap display" (devs forgot to change "Zelda" to "Debug" apparently) osSyncPrintf("ゼルダヒープ表示\n"); __osDisplayArena(&sDebugArena); } |
