1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-14 20:05:02 +00:00

Fix typos found by codespell (#2229)

This commit is contained in:
cadmic 2024-09-25 21:21:00 -07:00 committed by GitHub
parent f7a0117e7d
commit bccb219ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 71 additions and 71 deletions

View file

@ -91,7 +91,7 @@ void Main(void* arg) {
#endif
fb = (uintptr_t)SysCfb_GetFbPtr(0);
gSystemHeapSize = fb - systemHeapStart;
PRINTF(T("システムヒープ初期化 %08x-%08x %08x\n", "System heap initalization %08x-%08x %08x\n"), systemHeapStart,
PRINTF(T("システムヒープ初期化 %08x-%08x %08x\n", "System heap initialization %08x-%08x %08x\n"), systemHeapStart,
fb, gSystemHeapSize);
SystemHeap_Init((void*)systemHeapStart, gSystemHeapSize); // initializes the system heap