diff options
author | cognet <cognet@FreeBSD.org> | 2004-04-09 14:31:29 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2004-04-09 14:31:29 +0000 |
commit | acc91f284d24ec89b117025347f7b0533d60586c (patch) | |
tree | f7e64c272015fa821a28c21c2472140d8e90bde3 /sys/kern | |
parent | c13d7ea5a0b34c3731ca005e9af9e80f7f9200bb (diff) | |
download | FreeBSD-src-acc91f284d24ec89b117025347f7b0533d60586c.zip FreeBSD-src-acc91f284d24ec89b117025347f7b0533d60586c.tar.gz |
Spell "switches" a more conventional way.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sched_ule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index f3c1f19..a2268d3 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) { /* |