Date: Sat, 2 Apr 2022 13:43:49 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 496c24732c8a - stable/12 - isci(4): Fix a typo in a source code comment Message-ID: <202204021343.232DhnA9017645@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=496c24732c8a6d1c80b415130278580d9b15a27e commit 496c24732c8a6d1c80b415130278580d9b15a27e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:42:11 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:40:34 +0000 isci(4): Fix a typo in a source code comment - s/recored/recorded/ (cherry picked from commit e4c1b3f0601997901f1d4aae4579763b03c44439) --- sys/dev/isci/scil/scic_sds_remote_node_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.h b/sys/dev/isci/scil/scic_sds_remote_node_context.h index 3eb9011a5b79..73cc0caf671f 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.h +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.h @@ -266,7 +266,7 @@ typedef struct SCIC_SDS_REMOTE_NODE_CONTEXT U16 remote_node_index; /** - * This field is the recored suspension code or the reason for the remote node + * This field is the recorded suspension code or the reason for the remote node * context suspension. */ U32 suspension_code;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021343.232DhnA9017645>