git: 876ecdd30c74 - stable/13 - debugnet: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 10 Aug 2022 12:22:19 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit 876ecdd30c74e30483b68b47a7dc6bbb40109e27
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-07 14:07:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-10 12:22:10 +0000

    debugnet: Fix a typo in a source code comment
    
    - s/paramaters/parameters/
    
    (cherry picked from commit b2b1bb041056e45acae537feb6d1b28d22f53a2a)
---
 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).
 	 */