mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netvsc: Fix a typo in a comment
- s/prefered/preferred/ MFC after: 3 days
This commit is contained in:
parent
1c119e173d
commit
9ebd651b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue