Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:09:10 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: e3ca064bbe6b - stable/13 - net80211(4): Fix a typo in a source code comment
Message-ID:  <202204140609.23E69APq041743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit e3ca064bbe6bac4de07d28915a7e746042c804f0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:56:04 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:08:31 +0000

    net80211(4): Fix a typo in a source code comment
    
    - s/is is/is/
    
    (cherry picked from commit fb5a5026924ca9ba759ef01774615ea98cf587ec)
---
 sys/net80211/ieee80211_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_power.c b/sys/net80211/ieee80211_power.c
index 8538d6e5323c..4861d33e3688 100644
--- a/sys/net80211/ieee80211_power.c
+++ b/sys/net80211/ieee80211_power.c
@@ -582,7 +582,7 @@ ieee80211_sta_tim_notify(struct ieee80211vap *vap, int set)
 		    "%s: wake up from bgscan vap sleep\n",
 		    __func__);
 		/*
-		 * We may be in BGSCAN mode - this means the VAP is is in STA
+		 * We may be in BGSCAN mode - this means the VAP is in STA
 		 * mode powersave.  If it is, we need to wake it up so we
 		 * can process outbound traffic.
 		 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140609.23E69APq041743>