From d50c87decfe975f70f5518306f66eb4a863c0ac4 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 9 Apr 2004 14:31:29 +0000 Subject: [PATCH] Spell "switches" a more conventional way. --- 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 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) { /*