aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 13:20:59 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 13:20:59 +0000
commit01d74e5c7a35195160984d2c015862f08aeda081 (patch)
treed7bf233bef3d7136c88f9a00002745e8a692afc6
parent5ee87525a853ebf50d834e69f814b9055996b964 (diff)
downloadsrc-01d74e5c7a35195160984d2c015862f08aeda081.tar.gz
src-01d74e5c7a35195160984d2c015862f08aeda081.zip
iscsi(4): Fix a typo in a source code comment
- s/commmand/command/ MFC after: 3 days
-rw-r--r--sys/dev/isci/scil/sati_request_sense.c2
1 files changed, 1 insertions, 1 deletions
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.
*/