The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2fae7b811ff31e0477ef63ba36b9b430d5474ab5

commit 2fae7b811ff31e0477ef63ba36b9b430d5474ab5
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-04 11:33:59 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-04 11:33:59 +0000

    iwm(4): Correct some typos in source code comments
    
    - s/occured/occurred/
    
    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 4dbb0bca5e48..d9c7bb7a89f9 100644
--- a/sys/dev/iwm/if_iwmreg.h
+++ b/sys/dev/iwm/if_iwmreg.h
@@ -2608,7 +2608,7 @@ struct iwm_soc_configuration_cmd {
  * struct iwm_error_resp - FW error indication
  * ( IWM_REPLY_ERROR = 0x2 )
  * @error_type: one of IWM_FW_ERR_*
- * @cmd_id: the command ID for which the error occured
+ * @cmd_id: the command ID for which the error occurred
  * @bad_cmd_seq_num: sequence number of the erroneous command
  * @error_service: which service created the error, applicable only if
  *     error_type = 2, otherwise 0

Reply via email to