summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-02-17 19:05:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-02-17 19:05:37 +0000
commite902d237e944c67774240487c0e507fc56f2b46d (patch)
tree9644cb288a0c3659fe249f68829e2316883068c8 /sys/arch/sgi/dev
parent329d87ab3a24f9af9e1ec2e6eb0012804294fc8b (diff)
ehternet -> ethernet
Diffstat (limited to 'sys/arch/sgi/dev')
-rw-r--r--sys/arch/sgi/dev/if_mec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/dev/if_mec.c b/sys/arch/sgi/dev/if_mec.c
index 06c8bb1f734..70e7baa6b3c 100644
--- a/sys/arch/sgi/dev/if_mec.c
+++ b/sys/arch/sgi/dev/if_mec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mec.c,v 1.7 2005/01/15 05:24:10 brad Exp $ */
+/* $OpenBSD: if_mec.c,v 1.8 2005/02/17 19:05:35 miod Exp $ */
/* $NetBSD: if_mec_mace.c,v 1.5 2004/08/01 06:36:36 tsutsui Exp $ */
/*
@@ -433,7 +433,7 @@ mec_attach(struct device *parent, struct device *self, void *aux)
timeout_set(&sc->sc_tick_ch, mec_tick, sc);
- /* get ehternet address from ARCBIOS */
+ /* get ethernet address from ARCBIOS */
if ((macaddr = Bios_GetEnvironmentVariable("eaddr")) == NULL) {
printf(": unable to get MAC address!\n");
goto fail_4;