Date: Sat, 2 Apr 2022 12:29:55 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: b61c7c2dfb64 - main - isci(4): Fix a typo in a source code comment Message-ID: <202204021229.232CTtvG003906@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=b61c7c2dfb644a3950f17cfb8ba92d6c09d6649c commit b61c7c2dfb644a3950f17cfb8ba92d6c09d6649c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:29:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 12:29:34 +0000 isci(4): Fix a typo in a source code comment - s/initialzied/initialized/ MFC after: 3 days --- sys/dev/isci/scil/scic_sds_remote_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h index 2170e934cff0..b4081ecfe523 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.h +++ b/sys/dev/isci/scil/scic_sds_remote_device.h @@ -277,7 +277,7 @@ typedef struct SCIC_SDS_REMOTE_DEVICE U32 not_ready_reason; /** - * This field is TRUE if this remote device has an initialzied ready substate + * This field is TRUE if this remote device has an initialized ready substate * machine. SSP devices do not have a ready substate machine and STP devices * have a ready substate machine. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021229.232CTtvG003906>