if_eqos: Fix a typo in a kernel error message

- s/errer/error/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2024-01-28 16:42:12 +01:00
parent 0dd5a5603e
commit 551921a757

View File

@ -687,7 +687,7 @@ eqos_rxintr(struct eqos_softc *sc)
break;
if (rdes3 & (EQOS_RDES3_OE | EQOS_RDES3_RE))
printf("Receive errer rdes3=%08x\n", rdes3);
printf("Receive error rdes3=%08x\n", rdes3);
bus_dmamap_sync(sc->rx.buf_tag,
sc->rx.buf_map[sc->rx.head].map, BUS_DMASYNC_POSTREAD);