Date: Thu, 2 Dec 2021 09:54:43 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fe96f62d61a5 - main - kern: Correct a typo in a sysctl description Message-ID: <202112020954.1B29shpi061377@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fe96f62d61a537ec576d4c6ff8f8fd6c31570446 commit fe96f62d61a537ec576d4c6ff8f8fd6c31570446 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-02 09:54:15 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-02 09:54:15 +0000 kern: Correct a typo in a sysctl description - s/osbolete/obsolete/ MFC after: 3 days --- sys/kern/subr_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index ab7de881d57d..0cde2c781719 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -5977,7 +5977,7 @@ devctl2_init(void) */ static int obsolete_panic = 0; SYSCTL_INT(_debug, OID_AUTO, obsolete_panic, CTLFLAG_RWTUN, &obsolete_panic, 0, - "Panic when obsolete features are used (0 = never, 1 = if osbolete, " + "Panic when obsolete features are used (0 = never, 1 = if obsolete, " "2 = if deprecated)"); static void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112020954.1B29shpi061377>