git: 82ffe66951ef - stable/12 - bce(4): Fix a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Dec 2021 09:09:28 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit 82ffe66951efd075203cdc11343439e3ceb4364b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-02 15:12:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-05 09:09:11 +0000

    bce(4): Fix a typo in a sysctl description
    
    - s/duirng/during/
    
    (cherry picked from commit 25d0ccbe1018814064d60432012bc2ef70054e58)
---
 sys/dev/bce/if_bce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index 5277e8f59cc6..7181f78767bf 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -630,7 +630,7 @@ static int bce_rx_quick_cons_trip_int = DEFAULT_RX_QUICK_CONS_TRIP_INT;
 #endif
 SYSCTL_UINT(_hw_bce, OID_AUTO, rx_quick_cons_trip_int, CTLFLAG_RDTUN,
     &bce_rx_quick_cons_trip_int, 0,
-    "Receive BD trip point duirng interrupts");
+    "Receive BD trip point during interrupts");
 
 /* Allowable values are 1 ... 100 */
 #ifdef BCE_DEBUG