summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2005-09-16 02:20:23 +0000
committerfgsch <fgsch@openbsd.org>2005-09-16 02:20:23 +0000
commit92a016d2a4220a06d3e538db2d1d22ed47e36a55 (patch)
treee1124022d9173836bb1f274e99269e6f86ac20b6
parent- remove code to read PCI VPD as we do not use that anymore. (diff)
downloadwireguard-openbsd-92a016d2a4220a06d3e538db2d1d22ed47e36a55.tar.xz
wireguard-openbsd-92a016d2a4220a06d3e538db2d1d22ed47e36a55.zip
spelling.
-rw-r--r--sys/dev/pci/pccbb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c
index 6e837d6cc64..f73714cb3c5 100644
--- a/sys/dev/pci/pccbb.c
+++ b/sys/dev/pci/pccbb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccbb.c,v 1.36 2005/08/03 23:08:22 fgsch Exp $ */
+/* $OpenBSD: pccbb.c,v 1.37 2005/09/16 02:20:23 fgsch Exp $ */
/* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */
/*
@@ -492,7 +492,7 @@ pccbbattach(parent, self, aux)
/*
* XXX pccbbintr should be called under the priority lower
- * than any other hard interrputs.
+ * than any other hard interrupts.
*/
sc->sc_ih = pci_intr_establish(pc, ih, IPL_BIO, pccbbintr, sc,
sc->sc_dev.dv_xname);
@@ -578,7 +578,7 @@ pccbb_pci_callback(self)
}
sc->sc_base_memt = sc->sc_memt;
pci_conf_write(pc, sc->sc_tag, PCI_SOCKBASE, sockbase);
- DPRINTF(("%s: CardBus resister address 0x%lx -> 0x%x\n",
+ DPRINTF(("%s: CardBus register address 0x%lx -> 0x%x\n",
sc->sc_dev.dv_xname, sockbase, pci_conf_read(pc, sc->sc_tag,
PCI_SOCKBASE)));
#else
@@ -592,7 +592,7 @@ pccbb_pci_callback(self)
return;
}
pci_conf_write(pc, sc->sc_tag, PCI_SOCKBASE, sockbase);
- DPRINTF(("%s: CardBus resister address 0x%x -> 0x%x\n",
+ DPRINTF(("%s: CardBus register address 0x%x -> 0x%x\n",
sc->sc_dev.dv_xname, sock_base, pci_conf_read(pc,
sc->sc_tag, PCI_SOCKBASE)));
#endif