git: 3d5d348bb5ce - stable/12 - ath(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Nov 2023 07:55:20 UTC
The branch stable/12 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3d5d348bb5ceb4027bc46e11de4bc7f28b255074
commit 3d5d348bb5ceb4027bc46e11de4bc7f28b255074
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-11-23 08:57:28 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-11-26 07:55:04 +0000
ath(4): Fix a typo in a source code comment
- s/mutiple/multiple/
(cherry picked from commit 4e36d081f377ecfa8375e5fe3d0763099f4a780d)
---
sys/dev/ath/if_ath_beacon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ath/if_ath_beacon.c b/sys/dev/ath/if_ath_beacon.c
index ac1244c5f8e7..427dcdd579c2 100644
--- a/sys/dev/ath/if_ath_beacon.c
+++ b/sys/dev/ath/if_ath_beacon.c
@@ -996,7 +996,7 @@ ath_beacon_config(struct ath_softc *sc, struct ieee80211vap *vap)
*
* The specification (802.11-2012 10.1.3.2 - Beacon Generation in
* Infrastructure Networks) requires APs be beaconing at a
- * mutiple of intval. So, if bintval=100, then we shouldn't
+ * multiple of intval. So, if bintval=100, then we shouldn't
* get beacons at intervals other than around multiples of 100.
*/
if (nexttbtt == 0) /* e.g. for ap mode */