Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 07:30:05 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: e4b7a0bc1824 - stable/13 - bfe(4): Fix a typo in a comment
Message-ID:  <202209120730.28C7U5jb097381@gitrepo.freebsd.org>

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

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

commit e4b7a0bc18249cfa14efb46030419189e0f3c55f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 15:57:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-12 07:29:57 +0000

    bfe(4): Fix a typo in a comment
    
    (cherry picked from commit f697fe65e6ba057fea8275a05a9eefb64bd28d80)
---
 sys/dev/bfe/if_bfe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c
index a6b79b353e30..09d259e841a7 100644
--- a/sys/dev/bfe/if_bfe.c
+++ b/sys/dev/bfe/if_bfe.c
@@ -1404,7 +1404,7 @@ bfe_rxeof(struct bfe_softc *sc)
 		/*
 		 * Rx status should be read from mbuf such that we can't
 		 * delay bus_dmamap_sync(9). This hardware limiation
-		 * results in inefficent mbuf usage as bfe(4) couldn't
+		 * results in inefficient mbuf usage as bfe(4) couldn't
 		 * reuse mapped buffer from errored frame. 
 		 */
 		if (bfe_list_newbuf(sc, cons) != 0) {



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