diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2009-03-05 01:38:12 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2009-03-05 01:38:12 +0000 |
| commit | f9ccf64b657317be00e75d366972ca3f3eb6980f (patch) | |
| tree | 213dd14f82ad37806f41185a6d30f840b6ebc3af /sys/dev/pci/pccbb.c | |
| parent | 1c655cd5413c5d226b6129f514103cf3e6399cb7 (diff) | |
Fix typo(s/interupt/interrupt/)
Diffstat (limited to 'sys/dev/pci/pccbb.c')
| -rw-r--r-- | sys/dev/pci/pccbb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index 1bf8f1c0088..7e467fc96bc 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $NetBSD: pccbb.c,v 1.183 2009/02/13 22:39:37 bouyer Exp $ */ +/* $NetBSD: pccbb.c,v 1.184 2009/03/05 01:38:12 msaitoh Exp $ */ /* * Copyright (c) 1998, 1999 and 2000 @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.183 2009/02/13 22:39:37 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.184 2009/03/05 01:38:12 msaitoh Exp $"); /* #define CBB_DEBUG @@ -946,7 +946,7 @@ pccbb_intrinit(struct pccbb_softc *sc) /* * XXX pccbbintr should be called under the priority lower - * than any other hard interupts. + * than any other hard interrupts. */ KASSERT(sc->sc_ih == NULL); sc->sc_ih = pci_intr_establish(pc, ih, IPL_BIO, pccbbintr, sc); |
