Date: Sun, 28 Nov 2021 11:48:18 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: 7ab9bcc23db0 - stable/12 - ixl(4): Fix a typo in a sysctl description Message-ID: <202111281148.1ASBmIDQ027034@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7ab9bcc23db09aaa895b0e3fa65f134cf38d9504 commit 7ab9bcc23db09aaa895b0e3fa65f134cf38d9504 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:46:36 +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 52c9dd293e6b..dc0163a44dfb 100644 --- a/sys/dev/ixl/if_ixl.c +++ b/sys/dev/ixl/if_ixl.c @@ -236,7 +236,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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111281148.1ASBmIDQ027034>