aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-08-07 14:07:01 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-08-07 14:07:01 +0000
commitb2b1bb041056e45acae537feb6d1b28d22f53a2a (patch)
tree5b83c49acf5d99c28ef8d78c52b6df1769092947
parent0702f4f0409e39d6b85b0b008a4e4cdf9690beb9 (diff)
downloadsrc-b2b1bb041056e45acae537feb6d1b28d22f53a2a.tar.gz
src-b2b1bb041056e45acae537feb6d1b28d22f53a2a.zip
debugnet: Fix a typo in a source code comment
- s/paramaters/parameters/ MFC after: 3 days
-rw-r--r--sys/net/debugnet.h2
1 files changed, 1 insertions, 1 deletions
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).
*/