hms(4): Fix a typo in sysctl description

- s/threshhold/threshold/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-08-12 15:37:47 +02:00
parent aecd31a8a3
commit 4b4850aefe

View file

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