summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/interrupt.c2
-rw-r--r--sys/ia64/ia64/interrupt.c2
2 files changed, 2 insertions, 2 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))
diff --git a/sys/ia64/ia64/interrupt.c b/sys/ia64/ia64/interrupt.c
index 9559bcb..ad4f654 100644
--- a/sys/ia64/ia64/interrupt.c
+++ b/sys/ia64/ia64/interrupt.c
@@ -304,7 +304,7 @@ ia64_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