git: abcbde5d68f1 - main - net80211: Fix a typo in a source code comment

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

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

commit abcbde5d68f1fb6fa21fe2c24e04901a53f15798
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:10:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-26 12:10:14 +0000

    net80211: Fix a typo in a source code comment
    
    - s/isnt/isn’t/
    
    MFC after:      3 days
---
 sys/net80211/ieee80211_sta.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index ca06546abdb9..9e4e1013fd2f 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1373,7 +1373,7 @@ startbgscan(struct ieee80211vap *vap)
 /*
  * Compare two quiet IEs and return if they are equivalent.
  *
- * The tbttcount isnt checked - that's not part of the configuration.
+ * The tbttcount isn't checked - that's not part of the configuration.
  */
 static int
 compare_quiet_ie(const struct ieee80211_quiet_ie *q1,