aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-01-26 12:08:23 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-01-29 05:56:59 +0000
commit2239ae77990dfb94958e49e0abbcd4834b8d3d2b (patch)
treec989e109e9939661bbc49656810f5d000cfddb97
parent676794ac4b6e18449e81abf627f8db8caa2f4910 (diff)
ath(4): Fix a typo in a source code comment
- s/isnt/isn’t/ (cherry picked from commit 6fbf8502a5004a99847bda57b4875b567c7ca018)
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 094517da5689..934024ddfbcf 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -2446,7 +2446,7 @@ ath_bmiss_vap(struct ieee80211vap *vap)
* against the next beacon.
*
* This handles three common beacon miss cases in STA powersave mode -
- * (a) the beacon TBTT isnt a multiple of bintval;
+ * (a) the beacon TBTT isn't a multiple of bintval;
* (b) the beacon was missed; and
* (c) the beacons are being delayed because the AP is busy and
* isn't reliably able to meet its TBTT.