mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:35:07 +00:00
Kernel: Fix typo in a comment
This commit is contained in:
parent
2c44c7fc89
commit
bd110be367
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ void Scheduler::prepare_after_exec()
|
||||||
void Scheduler::prepare_for_idle_loop()
|
void Scheduler::prepare_for_idle_loop()
|
||||||
{
|
{
|
||||||
// This is called when the CPU finished setting up the idle loop
|
// This is called when the CPU finished setting up the idle loop
|
||||||
// and is about to run it. We need to acquire he scheduler lock
|
// and is about to run it. We need to acquire the scheduler lock
|
||||||
VERIFY(!g_scheduler_lock.is_locked_by_current_processor());
|
VERIFY(!g_scheduler_lock.is_locked_by_current_processor());
|
||||||
g_scheduler_lock.lock();
|
g_scheduler_lock.lock();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue