aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-12-04 11:09:17 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-12-07 18:53:33 +0000
commitc89c8b894cffd033d6409f7bf0bdb7543bbf78f9 (patch)
tree681e00135c7327fd91fcb29fd688c77dfcbefd7e
parentf9346ed0c03648bd7f6ba1b1471eff155d582290 (diff)
net80211(4): Fix a typo in a sysctl description
- s/travelse/traversal/ (cherry picked from commit a9beea051171e19f3ea36febc84df55b3cd78d6b)
-rw-r--r--sys/net80211/ieee80211_hwmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
index 4fbcc9051c47..4985f0164e03 100644
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -173,7 +173,7 @@ SYSCTL_PROC(_net_wlan_hwmp, OID_AUTO, net_diameter_traversal_time,
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE,
&ieee80211_hwmp_net_diameter_traversaltime, 0,
ieee80211_sysctl_msecs_ticks, "I",
- "estimate travelse time across the MBSS (ms)");
+ "estimate traversal time across the MBSS (ms)");
static int ieee80211_hwmp_roottimeout = -1;
SYSCTL_PROC(_net_wlan_hwmp, OID_AUTO, roottimeout,
CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_MPSAFE,