netvsc: Fix typo (triple S)

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
Jose Luis Duran 2023-12-27 20:17:16 -07:00 committed by Warner Losh
parent 4133afcdc3
commit a3db639a9a

View file

@ -889,7 +889,7 @@ hn_rndis_init(struct hn_softc *sc)
if (sc->hn_rndis_agg_align < sizeof(uint32_t)) {
/*
* The RNDIS packet messsage encap assumes that the RNDIS
* The RNDIS packet message encap assumes that the RNDIS
* packet message is at least 4 bytes aligned. Fix up the
* alignment here, if the remote side sets the alignment
* too low.