Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 03:26:17 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a3db639a9af1 - main - netvsc: Fix typo (triple S)
Message-ID:  <202312280326.3BS3QHZV077789@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280326.3BS3QHZV077789>