diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index cf861366fbd9..43406df97a36 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -1251,7 +1251,7 @@ sched_pickcpu(struct thread *td, int flags) } /* * If the thread can run on the last cpu and the affinity has not - * expired or it is idle run it there. + * expired and it is idle, run it there. */ tdq = TDQ_CPU(ts->ts_cpu); cg = tdq->tdq_cg;