git: 33daf0eb60ff - stable/13 - kern: Correct a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 05 Dec 2021 09:08:19 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=33daf0eb60ffdc0588f6d3f9e18150fd6e68d50b

commit 33daf0eb60ffdc0588f6d3f9e18150fd6e68d50b
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:07:36 +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 da78a9cb839f..42c6c3f802d7 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -5965,7 +5965,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