Fix typo
This commit is contained in:
@@ -229,6 +229,6 @@ void Kernel::waitSynchronizationN() {
|
|||||||
|
|
||||||
requireReschedule();
|
requireReschedule();
|
||||||
} else {
|
} else {
|
||||||
Helpers::panic("WaitSynchronizatioN with waitAll");
|
Helpers::panic("WaitSynchronizationN with waitAll");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user