diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2024-02-22 15:55:51 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-02-25 07:42:24 +0000 |
| commit | a3c51cfd5da1f1675e07fe2e8cd21fcc56515ed4 (patch) | |
| tree | 789d3ca6aea702f4c24119948a4e57ba4adefbb4 | |
| parent | be2c6fba9d8314f9f8f4d4acc1c35e7a6a84b080 (diff) | |
uath(4): Fix a typo in a source code comment
- s/parmeter/parameter/
(cherry picked from commit 5a476e64b543dc63fae7fcd243dc066dced31c3b)
| -rw-r--r-- | sys/dev/usb/wlan/if_uathreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_uathreg.h b/sys/dev/usb/wlan/if_uathreg.h index 47ec13267e17..91e5f04bc902 100644 --- a/sys/dev/usb/wlan/if_uathreg.h +++ b/sys/dev/usb/wlan/if_uathreg.h @@ -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. */ |
