mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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: https://github.com/SerenityOS/serenity/commit/422166fb80b 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()
|
||||
{
|
||||
// The scheduler is initalized iff the idle thread exists
|
||||
// The scheduler is initialized iff the idle thread exists
|
||||
return Processor::idle_thread() != nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue