summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-03-11 19:58:53 +0000
committerjhb <jhb@FreeBSD.org>2002-03-11 19:58:53 +0000
commitfb6b9eab60b6bbddfa7ced0500e84f057fb0e8ec (patch)
tree415665838a2f05c70f2bdfd7edf478fd42ac07bc /sys/alpha
parentdcb54d0614c21aaae4f87ff5155357ad05ec02c3 (diff)
downloadFreeBSD-src-fb6b9eab60b6bbddfa7ced0500e84f057fb0e8ec.zip
FreeBSD-src-fb6b9eab60b6bbddfa7ced0500e84f057fb0e8ec.tar.gz
Fix a misspelling of mine: s/optomization/optimization/.
Noticed by: bmilekic
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c
index a30bf62..b2320ce 100644
--- a/sys/alpha/alpha/interrupt.c
+++ b/sys/alpha/alpha/interrupt.c
@@ -423,7 +423,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
KASSERT(ithd != NULL, ("interrupt vector without a thread"));
/*
- * As an optomization, if an ithread has no handlers, don't
+ * As an optimization, if an ithread has no handlers, don't
* schedule it to run.
*/
if (TAILQ_EMPTY(&ithd->it_handlers))
OpenPOWER on IntegriCloud