Date: Sun, 7 Aug 2022 14:01:25 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: 044169efe0b7 - main - net80211(4): Fix a typo in a source code comment Message-ID: <202208071401.277E1PtJ028863@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=044169efe0b7f8a3c30f33ae081054def91acc7d commit 044169efe0b7f8a3c30f33ae081054def91acc7d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-07 14:00:07 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-07 14:01:13 +0000 net80211(4): Fix a typo in a source code comment - s/paramaters/parameters/ MFC after: 3 days --- 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?202208071401.277E1PtJ028863>