diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-03-11 19:58:53 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-03-11 19:58:53 +0000 |
| commit | bb7d54e8c7668c0989284228ddb86ec2bd5bb68f (patch) | |
| tree | 415665838a2f05c70f2bdfd7edf478fd42ac07bc /sys | |
| parent | cd9281b38090b2fb99b5fe3ea90e0a136c5f243b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/alpha/interrupt.c | 2 | ||||
| -rw-r--r-- | sys/ia64/ia64/interrupt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c index a30bf62bffb1..b2320ce91669 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 9559bcb81318..ad4f6548df4f 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)) |
