Date: Wed, 29 Jan 2025 06:00:43 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3dc41ab651d5 - stable/13 - net80211: Fix a typo in a source code comment Message-ID: <202501290600.50T60hGu015085@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3dc41ab651d5a960e3e6547f261d2e75da2708d7 commit 3dc41ab651d5a960e3e6547f261d2e75da2708d7 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-01-26 12:10:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-01-29 05:58:56 +0000 net80211: Fix a typo in a source code comment - s/isnt/isn’t/ (cherry picked from commit abcbde5d68f1fb6fa21fe2c24e04901a53f15798) --- 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 70079f6bcfcc..227e9d8a83ba 100644 --- a/sys/net80211/ieee80211_sta.c +++ b/sys/net80211/ieee80211_sta.c @@ -1377,7 +1377,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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501290600.50T60hGu015085>