Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2022 17:36:24 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: f697fe65e6ba - main - bfe(4): Fix a typo in a comment
Message-ID:  <202203281736.22SHaOa8064048@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=f697fe65e6ba057fea8275a05a9eefb64bd28d80

commit f697fe65e6ba057fea8275a05a9eefb64bd28d80
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 15:57:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:36:18 +0000

    bfe(4): Fix a typo in a comment
---
 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 2e516a88e0d7..bab730f56fb9 100644
--- a/sys/dev/bfe/if_bfe.c
+++ b/sys/dev/bfe/if_bfe.c
@@ -1405,7 +1405,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?202203281736.22SHaOa8064048>