if_age(4): Fix a typo in a source code comment

- s/indepent/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:14:17 +02:00
parent 5cacfa7092
commit f207bdd2cc

View File

@ -2640,7 +2640,7 @@ age_init_locked(struct age_softc *sc)
* it's hard to separate code path between Tx and Rx without
* locking. If L1 hardware have a separate mail box register
* for Tx and Rx consumer/producer management we could have
* indepent Tx/Rx handler which in turn Rx handler could have
* independent Tx/Rx handler which in turn Rx handler could have
* been run without any locking.
*/
AGE_COMMIT_MBOX(sc);