KScheduler: fix documentation mistakes

This commit is contained in:
Liam 2022-06-29 19:31:47 -04:00 committed by SciresM
parent 592b9c66d1
commit e702eab21c
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@ _ZN3ams4kern10KScheduler12ScheduleImplEv:
/* Call ams::kern::KScheduler::SwitchThread(ams::kern::KThread *) */
bl _ZN3ams4kern10KScheduler12SwitchThreadEPNS0_7KThreadE
/* Check if we need scheduling. If we don't, then we can't complete the switch and should retry. */
/* Check if we need scheduling. If we do, then we can't complete the switch and should retry. */
ldarb w1, [x20] // ldarb w1, [x20, #(KSCHEDULER_NEEDS_SCHEDULING)]
cbnz w1, 15f