From f207bdd2cc4fb43fed13a20dc7f892021e8a9b42 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 5 Jun 2022 09:14:17 +0200 Subject: [PATCH] if_age(4): Fix a typo in a source code comment - s/indepent/independent/ MFC after: 3 days --- sys/dev/age/if_age.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index 29853c785efa..75d0e5c80952 100644 --- a/sys/dev/age/if_age.c +++ b/sys/dev/age/if_age.c @@ -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);