mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Kernel: Fix spelling mistake
This commit is contained in:
parent
a8587fbfb9
commit
422166fb80
Notes:
sideshowbarker
2024-07-18 11:22:54 +09:00
Author: https://github.com/gunnarbeutner
Commit: 422166fb80
Pull-request: https://github.com/SerenityOS/serenity/pull/8301
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ void Scheduler::dump_scheduler_state()
|
||||||
|
|
||||||
bool Scheduler::is_initialized()
|
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;
|
return Processor::idle_thread() != nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue