git: f99f548ebfab - stable/12 - net80211(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 10 Aug 2022 12:25:20 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit f99f548ebfabb097b3a09ef8bf84ca12325ff5a9
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:25:13 +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 65d1b2900ac1..c7a2c8cdcea5 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -1780,7 +1780,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.