diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-02-17 19:05:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-02-17 19:05:37 +0000 |
commit | e902d237e944c67774240487c0e507fc56f2b46d (patch) | |
tree | 9644cb288a0c3659fe249f68829e2316883068c8 /sys/dev/isa/if_fe.c | |
parent | 329d87ab3a24f9af9e1ec2e6eb0012804294fc8b (diff) |
ehternet -> ethernet
Diffstat (limited to 'sys/dev/isa/if_fe.c')
-rw-r--r-- | sys/dev/isa/if_fe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index c8e851748f4..5057ac94e13 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.21 2005/01/15 05:24:11 brad Exp $ */ +/* $OpenBSD: if_fe.c,v 1.22 2005/02/17 19:05:36 miod Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -458,7 +458,7 @@ fe_probe_fmv(sc, ia) { FE_FMV6, 0xFF, 0x0E }, #else /* - * We can always verify the *first* 2 bits (in Ehternet + * We can always verify the *first* 2 bits (in Ethernet * bit order) are "no multicast" and "no local" even for * unknown vendors. */ @@ -839,7 +839,7 @@ fe_probe_mbh(sc, ia) { FE_MBH12, 0xFF, 0x0E }, #else /* - * We can always verify the *first* 2 bits (in Ehternet + * We can always verify the *first* 2 bits (in Ethernet * bit order) are "global" and "unicast" even for * unknown vendors. */ |