git: 73e80499b948 - stable/13 - 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 06:00:45 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=73e80499b948269f83ee95cc2a310cc04ae092d3 commit 73e80499b948269f83ee95cc2a310cc04ae092d3 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:59:19 +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 fa04167ee0c8..d105e6a2bf06 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -2432,7 +2432,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.