Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:46:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 95cb3a498c6a - stable/12 - if_age(4): Fix a typo in a source code comment
Message-ID:  <202206101246.25ACkJUa038718@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit 95cb3a498c6a77dfc1d0d27ae02ff964ab2407a0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:14:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:44:31 +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 ee52564d7cc8..3da9718cac6d 100644
--- a/sys/dev/age/if_age.c
+++ b/sys/dev/age/if_age.c
@@ -2644,7 +2644,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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101246.25ACkJUa038718>