git: 6fbf8502a500 - main - ath(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 26 Jan 2025 12:11:48 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=6fbf8502a5004a99847bda57b4875b567c7ca018

commit 6fbf8502a5004a99847bda57b4875b567c7ca018
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:08:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-26 12:08:23 +0000

    ath(4): Fix a typo in a source code comment
    
    - s/isnt/isn’t/
    
    MFC after: 3 days
---
 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.