Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:15:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f207bdd2cc4f - main - if_age(4): Fix a typo in a source code comment
Message-ID:  <202206050715.2557FJ8Y048327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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