Small spelling fix, "Ethetnet" -> "Ethernet"

Approved by:	ed (mentor)
MFC after:	1 week
This commit is contained in:
Gavin Atkinson 2009-12-25 19:38:12 +00:00
parent 78da985f4e
commit f0b108cf03

View file

@ -1047,7 +1047,7 @@ ae_get_reg_eaddr(ae_softc_t *sc, uint32_t *eaddr)
if (AE_CHECK_EADDR_VALID(eaddr) != 0) {
if (bootverbose)
device_printf(sc->dev,
"Ethetnet address registers are invalid.\n");
"Ethernet address registers are invalid.\n");
return (EINVAL);
}
return (0);