We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c582 commit 4654f81Copy full SHA for 4654f81
kernel/task.c
@@ -321,7 +321,7 @@ void yield(void)
321
if (unlikely(!kcb || !kcb->task_current || !kcb->task_current->data))
322
return;
323
324
- /* HAL context switching is used for ppreemptive scheduling. */
+ /* HAL context switching is used for preemptive scheduling. */
325
if (hal_context_save(((tcb_t *) kcb->task_current->data)->context) != 0)
326
327
0 commit comments