Silly spelling typos.

Submitted by:	"b. f."
This commit is contained in:
John Baldwin 2011-05-24 19:55:57 +00:00
parent 9f4563363b
commit 5b41f90fd1

View File

@ -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;