Date: Sun, 4 Sep 2022 11:34:12 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2fae7b811ff3 - main - iwm(4): Correct some typos in source code comments Message-ID: <202209041134.284BYCN4059321@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2fae7b811ff31e0477ef63ba36b9b430d5474ab5 commit 2fae7b811ff31e0477ef63ba36b9b430d5474ab5 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:33:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041134.284BYCN4059321>