git: fe96f62d61a5 - main - kern: Correct a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 09:54:43 UTC
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