Author: jhb
Date: Tue May 24 19:55:57 2011
New Revision: 222266
URL: http://svn.freebsd.org/changeset/base/222266
Log:
Silly spelling typos.
Submitted by: "b. f."
Modified:
head/sys/kern/subr_smp.c
Modified: head/sys/kern/subr_smp.c
==============================================================================
--- head/sys/kern/subr_smp.c Tue May 24 18:25:40 2011 (r222265)
+++ head/sys/kern/subr_smp.c Tue May 24 19:55:57 2011 (r222266)
@@ -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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"