mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-21 11:04:58 +00:00
Typo
This commit is contained in:
@@ -318,7 +318,7 @@ namespace Tasking
|
||||
__no_stack_protector void Task::Schedule(CPU::x64::TrapFrame *Frame)
|
||||
{
|
||||
SmartCriticalSection(SchedulerLock);
|
||||
if (StopSheduler)
|
||||
if (StopScheduler)
|
||||
{
|
||||
warn("Scheduler stopped.");
|
||||
return;
|
||||
|
Reference in New Issue
Block a user