bfe(4): Fix a typo in a comment

This commit is contained in:
Gordon Bergling 2022-03-27 17:57:04 +02:00
parent 90ea9c0dcd
commit f697fe65e6

View file

@ -1405,7 +1405,7 @@ bfe_rxeof(struct bfe_softc *sc)
/*
* Rx status should be read from mbuf such that we can't
* delay bus_dmamap_sync(9). This hardware limiation
* results in inefficent mbuf usage as bfe(4) couldn't
* results in inefficient mbuf usage as bfe(4) couldn't
* reuse mapped buffer from errored frame.
*/
if (bfe_list_newbuf(sc, cons) != 0) {