Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2021 11:17:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a9beea051171 - main - net80211(4): Fix a typo in a sysctl description
Message-ID:  <202112041117.1B4BH501011079@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a9beea051171e19f3ea36febc84df55b3cd78d6b

commit a9beea051171e19f3ea36febc84df55b3cd78d6b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-04 11:09:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-04 11:09:17 +0000

    net80211(4): Fix a typo in a sysctl description
    
    - s/travelse/traversal/
    
    MFC after:      3 days
---
 sys/net80211/ieee80211_hwmp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
index 2e596513c791..de07d501513b 100644
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -172,7 +172,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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112041117.1B4BH501011079>