mirror of
https://github.com/RGBCube/serenity
synced 2025-06-29 03:42:07 +00:00
Kernel: Fix spelling mistake
This commit is contained in:
parent
a8587fbfb9
commit
422166fb80
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ void Scheduler::dump_scheduler_state()
|
|||
|
||||
bool Scheduler::is_initialized()
|
||||
{
|
||||
// The scheduler is initalized iff the idle thread exists
|
||||
// The scheduler is initialized iff the idle thread exists
|
||||
return Processor::idle_thread() != nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue