git: b0d7698dacc8 - stable/13 - net80211(4): Correct a grammar mistake in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 06:55:33 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b0d7698dacc849a4550ce5caa08c4b48dbbb1dc7 commit b0d7698dacc849a4550ce5caa08c4b48dbbb1dc7 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-07 11:13:54 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-10 06:55:21 +0000 net80211(4): Correct a grammar mistake in a source code comment - s/the/be the/ - s/Mhz/MHz/ - s/it'll/it will/ Reported by: bz, danfe (cherry picked from commit d78a9076652a3ad7c93e674284b08911f9c42582) --- 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 f489ebf4bcc9..86236d7be973 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 centre of the + * For 40MHz, 80MHz, 160MHz channels it will be 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