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:
parent
1c119e173d
commit
9ebd651b58
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user