aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/scil/scic_sds_request.c
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-14 21:28:56 +0000
commit96240c89f0a9736e05e353de8e5c9a559da8fcf0 (patch)
tree401383202e1fe7eae704c88c267d4db81d5f9e42 /sys/dev/isci/scil/scic_sds_request.c
parent3e0660222098dca33dde68380b3ca0242351ce79 (diff)
downloadsrc-96240c89f0a9736e05e353de8e5c9a559da8fcf0.tar.gz
src-96240c89f0a9736e05e353de8e5c9a559da8fcf0.zip
Correct double "the the"
Approved by: cperciva MFC after: 3 days
Notes
Notes: svn path=/head/; revision=240518
Diffstat (limited to 'sys/dev/isci/scil/scic_sds_request.c')
-rw-r--r--sys/dev/isci/scil/scic_sds_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/scil/scic_sds_request.c b/sys/dev/isci/scil/scic_sds_request.c
index 020cdf82645c..f126e5876e39 100644
--- a/sys/dev/isci/scil/scic_sds_request.c
+++ b/sys/dev/isci/scil/scic_sds_request.c
@@ -2679,7 +2679,7 @@ void scic_sds_request_initial_state_enter(
/**
* This method implements the actions taken when entering the
* SCI_BASE_REQUEST_STATE_CONSTRUCTED state.
- * The method sets the state handlers for the the constructed state.
+ * The method sets the state handlers for the constructed state.
*
* @param[in] object The io request object that is to enter the constructed
* state.