diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index f3c1f19b3eb..a2268d3eec8 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -752,7 +752,7 @@ kseq_transfer(struct kseq *kseq, struct kse *ke, int class) * threshold at which we start to reassign kses has a large impact * on the overall performance of the system. Tuned too high and * some CPUs may idle. Too low and there will be excess migration - * and context swiches. + * and context switches. */ if (ksg->ksg_load > (ksg->ksg_cpus * 2) && kseq_idle) { /*