mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Small spelling fix, "Ethetnet" -> "Ethernet"
Approved by: ed (mentor) MFC after: 1 week
This commit is contained in:
parent
78da985f4e
commit
f0b108cf03
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue