Date: Wed, 6 Oct 2021 06:21:45 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: badbe6a4a817 - stable/13 - netvsc: Fix a typo in a comment Message-ID: <202110060621.1966LjgW065146@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=badbe6a4a8171ee07c6c364849134f464e9c9276 commit badbe6a4a8171ee07c6c364849134f464e9c9276 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-10-02 08:42:18 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-10-06 06:19:58 +0000 netvsc: Fix a typo in a comment - s/prefered/preferred/ (cherry picked from commit 9ebd651b58502f0572a7832d088f53f7a2ad00a5) --- sys/dev/hyperv/netvsc/hn_rndis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hyperv/netvsc/hn_rndis.c b/sys/dev/hyperv/netvsc/hn_rndis.c index 794a82cf3957..108950aa3f9b 100644 --- a/sys/dev/hyperv/netvsc/hn_rndis.c +++ b/sys/dev/hyperv/netvsc/hn_rndis.c @@ -493,7 +493,7 @@ hn_rndis_query_rsscaps(struct hn_softc *sc, int *rxr_cnt0) /* * NOTE: - * Toeplitz is at the lowest bit, and it is prefered; so ffs(), + * Toeplitz is at the lowest bit, and it is preferred; so ffs(), * instead of fls(), is used here. */ hash_fnidx = ffs(caps.ndis_caps & NDIS_RSS_CAP_HASHFUNC_MASK);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110060621.1966LjgW065146>