mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
ixl(4): Fix a typo in a sysctl description
MFC after: 3 days
This commit is contained in:
parent
8acb662126
commit
d7125850f0
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ TUNABLE_INT("hw.ixl.debug_recovery_mode",
|
|||
&ixl_debug_recovery_mode);
|
||||
SYSCTL_INT(_hw_ixl, OID_AUTO, debug_recovery_mode, CTLFLAG_RDTUN,
|
||||
&ixl_debug_recovery_mode, 0,
|
||||
"Act like when FW entered recovery mode (for debuging)");
|
||||
"Act like when FW entered recovery mode (for debugging)");
|
||||
#endif
|
||||
|
||||
static int ixl_i2c_access_method = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue