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/isa/if_ed.c | |
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/isa/if_ed.c')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 |
1 files changed, 2 insertions, 2 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 |