Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2021 08:43:12 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9ebd651b5850 - main - netvsc: Fix a typo in a comment
Message-ID:  <202110020843.1928hC84070270@gitrepo.freebsd.org>

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

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

commit 9ebd651b58502f0572a7832d088f53f7a2ad00a5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-10-02 08:42:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-10-02 08:42:18 +0000

    netvsc: Fix a typo in a comment
    
    - s/prefered/preferred/
    
    MFC after:      3 days
---
 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?202110020843.1928hC84070270>