summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-10-02 08:42:18 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-10-06 06:19:58 +0000
commitbadbe6a4a8171ee07c6c364849134f464e9c9276 (patch)
treebc7740ee82a974217ae1eef7d5bc895259bad3c7 /sys/dev/hyperv
parent0ab6ecd1dda7b6194b7aa09f70f9c6a7049708e4 (diff)
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/netvsc/hn_rndis.c2
1 files changed, 1 insertions, 1 deletions
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);