Date: Wed, 7 Sep 2022 13:15:18 +0200 From: Gordon Bergling <gbe@freebsd.org> To: "Bjoern A. Zeeb" <bz@freebsd.org> Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 8f538e27663a - main - net80211(4): Remove a double word in a source code comment Message-ID: <Yxh9RtQqKR8Q602o@lion.ttyv0.de> In-Reply-To: <p06n4487-66rn-5op0-o9q7-3p695pqn3n61@mnoonqbm.arg> References: <202209041153.284BrRow085085@gitrepo.freebsd.org> <p06n4487-66rn-5op0-o9q7-3p695pqn3n61@mnoonqbm.arg>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for the feedback, corrected in d78a9076652a3ad7c93e674284b08911f9c42582. --Gordon On Mon, Sep 05, 2022 at 04:15:55PM +0000, Bjoern A. Zeeb wrote: > On Sun, 4 Sep 2022, Gordon Bergling wrote: > > > The branch main has been updated by gbe (doc committer): > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=8f538e27663a86c26f39c34ebf9fd59e180800dd > > > > commit 8f538e27663a86c26f39c34ebf9fd59e180800dd > > Author: Gordon Bergling <gbe@FreeBSD.org> > > AuthorDate: 2022-09-04 11:53:17 +0000 > > Commit: Gordon Bergling <gbe@FreeBSD.org> > > CommitDate: 2022-09-04 11:53:17 +0000 > > > > net80211(4): Remove a double word in a source code comment > > > > - s/the the/the/ > > > > MFC after: 3 days > > --- > > 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 4878af65a4fe..9e7be39d4067 100644 > > --- a/sys/net80211/ieee80211.c > > +++ b/sys/net80211/ieee80211.c > > @@ -1552,7 +1552,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 > > I think that should have been s/the the/be the/ and probably 'll -> will. > > > * 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 > > > > -- > Bjoern A. Zeeb r15:7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Yxh9RtQqKR8Q602o>