uath(4): Fix a typo in a source code comment

- s/parmeter/parameter/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-02-22 16:55:51 +01:00
parent 5e89e34f84
commit 5a476e64b5

View file

@ -50,7 +50,7 @@ struct uath_fwblock {
* parameter 2
* ...
*
* A variable-length parameter, or a parmeter that is larger than
* A variable-length parameter, or a parameter that is larger than
* 32 bits is passed as <length, data> pair, where length is a
* 32-bit quantity and data is padded to 32 bits.
*/