summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_ule.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-11-10 21:06:49 +0000
committerattilio <attilio@FreeBSD.org>2010-11-10 21:06:49 +0000
commitb6be89dafb57647fcbf35b3bec2f2ac1a25e019a (patch)
treecc9e5f968c95878fdf175bf5a2215e7c31872d90 /sys/kern/sched_ule.c
parent7da22d0dfcdbcba950dcc1192641b1da0f953769 (diff)
downloadFreeBSD-src-b6be89dafb57647fcbf35b3bec2f2ac1a25e019a.zip
FreeBSD-src-b6be89dafb57647fcbf35b3bec2f2ac1a25e019a.tar.gz
Fix typos.
Submitted by: gianni MFC after: 3 days
Diffstat (limited to 'sys/kern/sched_ule.c')
-rw-r--r--sys/kern/sched_ule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 0005968..d96c5a0 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -165,7 +165,7 @@ static struct td_sched td_sched0;
* before throttling back.
* SLP_RUN_FORK: Maximum slp+run time to inherit at fork time.
* INTERACT_MAX: Maximum interactivity value. Smaller is better.
- * INTERACT_THRESH: Threshhold for placement on the current runq.
+ * INTERACT_THRESH: Threshold for placement on the current runq.
*/
#define SCHED_SLP_RUN_MAX ((hz * 5) << SCHED_TICK_SHIFT)
#define SCHED_SLP_RUN_FORK ((hz / 2) << SCHED_TICK_SHIFT)
@@ -2179,7 +2179,7 @@ sched_tick(int cnt)
ts->ts_ltick = ticks;
ts->ts_incrtick = ticks;
/*
- * Update if we've exceeded our desired tick threshhold by over one
+ * Update if we've exceeded our desired tick threshold by over one
* second.
*/
if (ts->ts_ftick + SCHED_TICK_MAX < ts->ts_ltick)
OpenPOWER on IntegriCloud