This commit is contained in:
wheremyfoodat 2023-07-29 15:10:06 +03:00
parent 2eb84e053b
commit fbc10bf3da

View file

@ -229,6 +229,6 @@ void Kernel::waitSynchronizationN() {
requireReschedule();
} else {
Helpers::panic("WaitSynchronizatioN with waitAll");
Helpers::panic("WaitSynchronizationN with waitAll");
}
}