aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-08-25 08:44:41 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-08-28 09:15:51 +0000
commit7cad1e5478d7c4f8116235dc7550e4309561cc78 (patch)
treeb660e7ae3a6f5828e8b564b3ac42ef9420ae4a80
parent59088fa3915920371ce21360217d3415ae0c1331 (diff)
mwl(4): Fix a typo in a source code comment
- s/firwmare/firmware/ (cherry picked from commit 4f768b8acdf818f08f4f0124c1df418127720266)
-rw-r--r--sys/dev/mwl/if_mwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c
index 5d726cbb18fe..771d2417fc3a 100644
--- a/sys/dev/mwl/if_mwl.c
+++ b/sys/dev/mwl/if_mwl.c
@@ -1801,7 +1801,7 @@ mwl_updateslot(struct ieee80211com *ic)
return;
/*
- * Calculate the ERP flags. The firwmare will use
+ * Calculate the ERP flags. The firmware will use
* this to carry out the appropriate measures.
*/
prot = 0;