git: f207bdd2cc4f - main - if_age(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 07:15:19 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=f207bdd2cc4fb43fed13a20dc7f892021e8a9b42

commit f207bdd2cc4fb43fed13a20dc7f892021e8a9b42
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:14:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:14:17 +0000

    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);