mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
Fix typo
This commit is contained in:
parent
2eb84e053b
commit
fbc10bf3da
1 changed files with 1 additions and 1 deletions
|
@ -229,6 +229,6 @@ void Kernel::waitSynchronizationN() {
|
|||
|
||||
requireReschedule();
|
||||
} else {
|
||||
Helpers::panic("WaitSynchronizatioN with waitAll");
|
||||
Helpers::panic("WaitSynchronizationN with waitAll");
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue