Date: Sat, 9 Apr 2022 06:15:09 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: 97d464c17b13 - stable/13 - iscsi(4): Fix a typo in a source code comment Message-ID: <202204090615.2396F9ZQ034579@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=97d464c17b13f5b861db73e8ec87641af7499465 commit 97d464c17b13f5b861db73e8ec87641af7499465 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 13:20:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:14:01 +0000 iscsi(4): Fix a typo in a source code comment - s/commmand/command/ (cherry picked from commit 01d74e5c7a35195160984d2c015862f08aeda081) --- sys/dev/isci/scil/sati_request_sense.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/sati_request_sense.c b/sys/dev/isci/scil/sati_request_sense.c index f12f0ffcb7e5..457b09d92f8a 100644 --- a/sys/dev/isci/scil/sati_request_sense.c +++ b/sys/dev/isci/scil/sati_request_sense.c @@ -86,7 +86,7 @@ __FBSDID("$FreeBSD$"); * @retval SATI_SUCCESS indicates that the translation was supported and occurred * without error. * @retval SATI_FAILURE_CHECK_RESPONSE_DATA This value is returned if - * the SATII is processing a format unit commmand. + * the SATII is processing a format unit command. * @retval SATI_COMPLETE indicates that the translation was supported, occurred without * error, and no additional translation is necessary. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090615.2396F9ZQ034579>