From 0127914caa9e104e03e41f1315a6633ba6ae8ab7 Mon Sep 17 00:00:00 2001 From: Eric van Gyzen Date: Thu, 22 Feb 2018 17:09:26 +0000 Subject: [PATCH] sched_ule: update a comment to reflect reality MFC after: 3 days Sponsored by: Dell EMC --- sys/kern/sched_ule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;