mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
hms(4): Fix a typo in sysctl description
- s/threshhold/threshold/ MFC after: 3 days
This commit is contained in:
parent
aecd31a8a3
commit
4b4850aefe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue