diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 10:16:47 +0000 |
commit | f076053868e4c80bfac3766eebb7b597e8937612 (patch) | |
tree | 47e76c3c15d4c83abae94a0081dc209321d07a68 /sys/dev | |
parent | 0bd7685b56f6cb39bf125bfa49be39b32f3571b4 (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')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/emuxki.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/ncr.c | 6 | ||||
-rw-r--r-- | sys/dev/pci/pciide.c | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index d037d884724..7537fe7b8c4 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.50 2002/06/03 20:01:37 deraadt Exp $ */ +/* $OpenBSD: if_ed.c,v 1.51 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -316,7 +316,7 @@ struct pcmciadevs pcmcia_ed_devs[]={ { "ed", 0, "Ethernet", "Adapter", "2.0", NULL, (void *) -1, (void *)&pcmcia_dlink }, #if 0 - /* not quite right for ethernet adress */ + /* not quite right for ethernet address */ { "ed", 0, "PMX ", "PE-200", "ETHERNET", "R01", (void *)-1, (void *)&pcmcia_dlink }, #endif diff --git a/sys/dev/pci/emuxki.c b/sys/dev/pci/emuxki.c index 9cc2f7fe1e9..1ba109d538c 100644 --- a/sys/dev/pci/emuxki.c +++ b/sys/dev/pci/emuxki.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emuxki.c,v 1.14 2003/04/27 11:22:53 ho Exp $ */ +/* $OpenBSD: emuxki.c,v 1.15 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: emuxki.c,v 1.1 2001/10/17 18:39:41 jdolecek Exp $ */ /*- @@ -1639,7 +1639,7 @@ emuxki_open(void *addr, int flags) /* * I did this because i have problems identifying the selected * recording source(s) which is necessary when setting recording - * params This will be adressed very soon + * params. This will be addressed very soon. */ if (flags & AUOPEN_READ) return (EOPNOTSUPP); diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c index edb0b51b323..7b5368878e3 100644 --- a/sys/dev/pci/ncr.c +++ b/sys/dev/pci/ncr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr.c,v 1.67 2003/04/27 11:22:53 ho Exp $ */ +/* $OpenBSD: ncr.c,v 1.68 2003/11/07 10:16:45 jmc Exp $ */ /* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */ /************************************************************************** @@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit); #if 0 static char ident[] = - "\n$OpenBSD: ncr.c,v 1.67 2003/04/27 11:22:53 ho Exp $\n"; + "\n$OpenBSD: ncr.c,v 1.68 2003/11/07 10:16:45 jmc Exp $\n"; #endif static const u_long ncr_version = NCR_VERSION * 11 @@ -5902,7 +5902,7 @@ static void ncr_timeout (void *arg) ** scntl3: (see the manual) ** ** current script command: -** dsp: script adress (relative to start of script). +** dsp: script address (relative to start of script). ** dbc: first word of script command. ** ** First 16 register of the chip: 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. |