git: 266af8c8aa30 - stable/12 - kern: Correct a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 09:09:29 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=266af8c8aa30f38c92e27f7bf5075efa7e3542bd commit 266af8c8aa30f38c92e27f7bf5075efa7e3542bd Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-12-02 09:54:15 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-05 09:09:20 +0000 kern: Correct a typo in a sysctl description - s/osbolete/obsolete/ (cherry picked from commit fe96f62d61a537ec576d4c6ff8f8fd6c31570446) --- 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 92c9eb4dd6d5..7193c7fb4ed6 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -5921,7 +5921,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