summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-24 19:55:57 +0000
committerjhb <jhb@FreeBSD.org>2011-05-24 19:55:57 +0000
commit3c1a24d7018d4bb8278eaa5c886d2b2551644214 (patch)
treed27715ba92233fac2178721d4c8f516023f92bf2 /sys/kern
parent3ab4bcdcc6db40f7bb2d378e854e26bed712d67f (diff)
downloadFreeBSD-src-3c1a24d7018d4bb8278eaa5c886d2b2551644214.zip
FreeBSD-src-3c1a24d7018d4bb8278eaa5c886d2b2551644214.tar.gz
Silly spelling typos.
Submitted by: "b. f."
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_smp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 67774d8..351f096 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -348,11 +348,11 @@ smp_rendezvous_action(void)
* cannot use a regular critical section however as having
* critical_exit() preempt from this routine would also be
* problematic (the preemption must not occur before the IPI
- * has been acknowleged via an EOI). Instead, we
+ * has been acknowledged via an EOI). Instead, we
* intentionally ignore td_owepreempt when leaving the
- * critical setion. This should be harmless because we do not
- * permit rendezvous action routines to schedule threads, and
- * thus td_owepreempt should never transition from 0 to 1
+ * critical section. This should be harmless because we do
+ * not permit rendezvous action routines to schedule threads,
+ * and thus td_owepreempt should never transition from 0 to 1
* during this routine.
*/
td = curthread;
OpenPOWER on IntegriCloud