Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2022 14:07:11 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b2b1bb041056 - main - debugnet: Fix a typo in a source code comment
Message-ID:  <202208071407.277E7B5Z033679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

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

commit b2b1bb041056e45acae537feb6d1b28d22f53a2a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 14:07:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-07 14:07:01 +0000

    debugnet: Fix a typo in a source code comment
    
    - s/paramaters/parameters/
    
    MFC after:      3 days
---
 sys/net/debugnet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/debugnet.h b/sys/net/debugnet.h
index 7b323ad113d7..ce7cba52fcb0 100644
--- a/sys/net/debugnet.h
+++ b/sys/net/debugnet.h
@@ -108,7 +108,7 @@ struct debugnet_conn_params {
 	uint32_t	dc_herald_datalen;
 
 	/*
-	 * Consistent with debugnet_send(), aux paramaters to debugnet
+	 * Consistent with debugnet_send(), aux parameters to debugnet
 	 * functions are provided host-endian (but converted to
 	 * network endian on the wire).
 	 */



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