git: f9236943e18a - stable/13 - ixl(4): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 11:43:48 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f9236943e18aba7226e0e6825575d452e5cd0245 commit f9236943e18aba7226e0e6825575d452e5cd0245 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:59:28 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-28 11:42:14 +0000 ixl(4): Fix a typo in a sysctl description (cherry picked from commit d7125850f031f8e763ff35c70fda310a1419b876) --- sys/dev/ixl/if_ixl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ixl/if_ixl.c b/sys/dev/ixl/if_ixl.c index e7e6e31a7fca..7fa2318db300 100644 --- a/sys/dev/ixl/if_ixl.c +++ b/sys/dev/ixl/if_ixl.c @@ -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;