1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

netvsc: Fix a typo in a comment

- s/prefered/preferred/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-10-02 10:42:18 +02:00
parent 1c119e173d
commit 9ebd651b58

View File

@ -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);