git: aa42680be788 - stable/12 - netvsc: Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 06:23:39 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=aa42680be7883ffb02e17abaccc225b8f6faf57f
commit aa42680be7883ffb02e17abaccc225b8f6faf57f
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:22:12 +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);