ixl(4): Fix a typo in a sysctl description

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-19 19:59:28 +01:00
parent 8acb662126
commit d7125850f0

View File

@ -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;