git: b2b1bb041056 - main - debugnet: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Aug 2022 14:07:11 UTC
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).
*/