git: f697fe65e6ba - main - bfe(4): Fix a typo in a comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 17:36:24 UTC
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) {