mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bce(4): Fix a typo in a sysctl description
- s/duirng/during/ MFC after: 3 days
This commit is contained in:
parent
156fbc6485
commit
25d0ccbe10
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue