From 4b4850aefe3ff9d9c29c7ed8bd8907bbd6142e86 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Thu, 12 Aug 2021 15:37:47 +0200 Subject: [PATCH] hms(4): Fix a typo in sysctl description - s/threshhold/threshold/ MFC after: 3 days --- sys/dev/hid/hms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hid/hms.c b/sys/dev/hid/hms.c index 94267b3fcd5..014354c3acc 100644 --- a/sys/dev/hid/hms.c +++ b/sys/dev/hid/hms.c @@ -271,7 +271,7 @@ hms_attach(device_t dev) SYSCTL_ADD_U32(device_get_sysctl_ctx(dev), SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO, "drift_thresh", CTLFLAG_RW, &sc->drift_thresh, 0, - "drift detection threshhold"); + "drift detection threshold"); } #endif