summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-07 10:16:47 +0000
commitf076053868e4c80bfac3766eebb7b597e8937612 (patch)
tree47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/dev/pci/pciide.c
parent0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (diff)
adress -> address, and a few more; all from Jonathon Gray;
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 797daf25efb..01c1e9ca130 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.148 2003/10/31 04:11:41 drahn Exp $ */
+/* $OpenBSD: pciide.c,v 1.149 2003/11/07 10:16:45 jmc Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -2842,7 +2842,7 @@ cmd_chip_map(sc, pa)
pcireg_t interface = PCI_INTERFACE(pa->pa_class);
/*
* For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE
- * and base adresses registers can be disabled at
+ * and base address registers can be disabled at
* hardware level. In this case, the device is wired
* in compat mode and its first channel is always enabled,
* but we can't rely on PCI_COMMAND_IO_ENABLE.
@@ -2897,7 +2897,7 @@ cmd0643_9_chip_map(sc, pa)
/*
* For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE
- * and base adresses registers can be disabled at
+ * and base address registers can be disabled at
* hardware level. In this case, the device is wired
* in compat mode and its first channel is always enabled,
* but we can't rely on PCI_COMMAND_IO_ENABLE.