debugnet: Fix a typo in a source code comment

- s/paramaters/parameters/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-08-07 16:07:01 +02:00
parent 0702f4f040
commit b2b1bb0410

View File

@ -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).
*/