kern: Correct a typo in a sysctl description

- s/osbolete/obsolete/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-12-02 10:54:15 +01:00
parent c937fb286f
commit fe96f62d61

View File

@ -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