diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-09 19:37:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-09 19:37:01 +0000 |
commit | 72692e53798fc5988d154d5b75921729be194286 (patch) | |
tree | 8cff2130d8fb55371c94c24e2be09fc1bd25a7e0 /sys/dev/pcmcia | |
parent | fa8533f1c4abaae0c3044218bf7eebf0d7280a4d (diff) |
*enty->*ently where applicable
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index ed180c938a8..8b35247ce2f 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.87 2006/03/04 04:59:35 jsg Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.88 2006/07/09 19:37:00 miod Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -323,7 +323,7 @@ const struct ne2000dev { * * While the 1st and the 2nd types should use the "D-Link DE-650" entry, * the 3rd and the 4th types should use the "Linksys EtherCard" entry. - * Therefore, this enty must be below the LINKSYS_ECARD_1. --itohy + * Therefore, this entry must be below the LINKSYS_ECARD_1. --itohy */ { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, PCMCIA_CIS_DLINK_DE650, |