diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:51:55 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:51:55 +0000 |
commit | 8acb6621260361852fb80b03d921a56548ac920b (patch) | |
tree | 9a7d661b4aa37d0de65809df23ec1992a09a8fa0 | |
parent | 3e5ddef0fd391049f378456e10a0cea015652bc0 (diff) | |
download | src-8acb6621260361852fb80b03d921a56548ac920b.tar.gz src-8acb6621260361852fb80b03d921a56548ac920b.zip |
iwm(4): Fix a typo in a source code comment
- s/availabe/available/
MFC after: 3 days
-rw-r--r-- | sys/dev/iwm/if_iwmreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwm/if_iwmreg.h b/sys/dev/iwm/if_iwmreg.h index ee5c5ec07b21..c9ccbe965095 100644 --- a/sys/dev/iwm/if_iwmreg.h +++ b/sys/dev/iwm/if_iwmreg.h @@ -3786,7 +3786,7 @@ enum iwm_sf_scenario { /** * Smart Fifo configuration command. * @state: smart fifo state, types listed in enum %iwm_sf_state. - * @watermark: Minimum allowed availabe free space in RXF for transient state. + * @watermark: Minimum allowed available free space in RXF for transient state. * @long_delay_timeouts: aging and idle timer values for each scenario * in long delay state. * @full_on_timeouts: timer values for each scenario in full on state. |