git: 8acb66212603 - main - iwm(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 18:52:16 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=8acb6621260361852fb80b03d921a56548ac920b
commit 8acb6621260361852fb80b03d921a56548ac920b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:51:55 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-19 18:51:55 +0000
iwm(4): Fix a typo in a source code comment
- s/availabe/available/
MFC after: 3 days
---
sys/dev/iwm/if_iwmreg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.