git: a3db639a9af1 - main - netvsc: Fix typo (triple S)

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 03:26:17 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a3db639a9af1b53ba7244caa2da09d23838be6ce

commit a3db639a9af1b53ba7244caa2da09d23838be6ce
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:31 +0000

    netvsc: Fix typo (triple S)
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
 sys/dev/hyperv/netvsc/hn_rndis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/hyperv/netvsc/hn_rndis.c b/sys/dev/hyperv/netvsc/hn_rndis.c
index 790c033cd296..a5a9f54c708f 100644
--- a/sys/dev/hyperv/netvsc/hn_rndis.c
+++ b/sys/dev/hyperv/netvsc/hn_rndis.c
@@ -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.