The branch stable/13 has been updated by gbe (doc committer):

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

commit c7aa67863c7c3c12eaf04f3c18e0fcfea642be60
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-06-05 07:14:17 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-06-10 12:23:57 +0000

    if_age(4): Fix a typo in a source code comment
    
    - s/indepent/independent/
    
    (cherry picked from commit f207bdd2cc4fb43fed13a20dc7f892021e8a9b42)
---
 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 aee1b7eeed09..bbf9a058e9be 100644
--- a/sys/dev/age/if_age.c
+++ b/sys/dev/age/if_age.c
@@ -2642,7 +2642,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);

Reply via email to