git: 2239ae77990d - stable/14 - ath(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 05:58:27 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=2239ae77990dfb94958e49e0abbcd4834b8d3d2b
commit 2239ae77990dfb94958e49e0abbcd4834b8d3d2b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:08:23 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-29 05:56:59 +0000
ath(4): Fix a typo in a source code comment
- s/isnt/isn’t/
(cherry picked from commit 6fbf8502a5004a99847bda57b4875b567c7ca018)
---
sys/dev/ath/if_ath.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.