aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 09:01:43 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-14 06:09:17 +0000
commitb0f708e6a61fbcded0662d406ea10257f5bc696b (patch)
treecf7aff679b49ade66482905f88c287540e016e83
parente3ca064bbe6bac4de07d28915a7e746042c804f0 (diff)
downloadsrc-b0f708e6a61fbcded0662d406ea10257f5bc696b.tar.gz
src-b0f708e6a61fbcded0662d406ea10257f5bc696b.zip
iscsi(4): Remove a double word in a source code comment
- s/for for/for/ (cherry picked from commit 10df4dc7246b97a2069b0b85277fdeff619b248b)
-rw-r--r--sys/dev/isci/scil/scic_sds_remote_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h
index b4081ecfe523..70107e99ba72 100644
--- a/sys/dev/isci/scil/scic_sds_remote_device.h
+++ b/sys/dev/isci/scil/scic_sds_remote_device.h
@@ -128,7 +128,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES
SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE,
/**
- * This is the command state for for the STP remote device. This state is
+ * This is the command state for the STP remote device. This state is
* entered when the device is processing a non-NCQ command. The device object
* will fail any new start IO requests until this command is complete.
*/