Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2022 07:27:03 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: a95f1675ab2b - stable/13 - net80211(4): Remove a double word in a source code comment
Message-ID:  <202209070727.2877R37I042886@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=a95f1675ab2b66939fa5b4c462a268c3557990d4

commit a95f1675ab2b66939fa5b4c462a268c3557990d4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:53:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:25:55 +0000

    net80211(4): Remove a double word in a source code comment
    
    - s/the the/the/
    
    (cherry picked from commit 8f538e27663a86c26f39c34ebf9fd59e180800dd)
---
 sys/net80211/ieee80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c
index 4bed673a78b9..f489ebf4bcc9 100644
--- a/sys/net80211/ieee80211.c
+++ b/sys/net80211/ieee80211.c
@@ -1551,7 +1551,7 @@ ieee80211_get_channel_center_freq(const struct ieee80211_channel *c)
  * For 5, 10, 20MHz channels it'll be the normally configured channel
  * frequency.
  *
- * For 40MHz, 80MHz, 160Mhz channels it'll the the centre of the
+ * For 40MHz, 80MHz, 160Mhz channels it'll the centre of the
  * wide channel, not the centre of the primary channel (that's ic_freq).
  *
  * For 80+80MHz channels this will be the centre of the primary



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