Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2021 09:08:20 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: abc50fc54929 - stable/13 - bce(4): Fix a typo in a sysctl description
Message-ID:  <202112050908.1B598Kue058491@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=abc50fc54929834181f5a32dea58f63179ffda3e

commit abc50fc54929834181f5a32dea58f63179ffda3e
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:07:52 +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 869d8f9fc40e..5bd8e3abf862 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -625,7 +625,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



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