Date: Wed, 10 Aug 2022 12:21:23 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 632ed13b3148 - stable/13 - net80211(4): Fix a typo in a source code comment Message-ID: <202208101221.27ACLN7X070966@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=632ed13b3148e1e0cdaa0fa61fedb75618af1e33 commit 632ed13b3148e1e0cdaa0fa61fedb75618af1e33 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-07 14:00:07 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-10 12:21:02 +0000 net80211(4): Fix a typo in a source code comment - s/paramaters/parameters/ (cherry picked from commit 044169efe0b7f8a3c30f33ae081054def91acc7d) --- sys/net80211/ieee80211_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c index 9c7343d8b904..0e485590abd0 100644 --- a/sys/net80211/ieee80211_proto.c +++ b/sys/net80211/ieee80211_proto.c @@ -1792,7 +1792,7 @@ ieee80211_wme_vap_getparams(struct ieee80211vap *vap, struct chanAccParams *wp) } /* - * For NICs which only support one set of WME paramaters (ie, softmac NICs) + * For NICs which only support one set of WME parameters (ie, softmac NICs) * there may be different VAP WME parameters but only one is "active". * This returns the "NIC" WME parameters for the currently active * context.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208101221.27ACLN7X070966>