aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
commit28323add0916d61a7bcea74f30e9b40b837809ce (patch)
treeb30ebe1095d83a4c63a7733dfd3cb069c823c27e /sys/dev/isci
parentb5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff)
Notes
Diffstat (limited to 'sys/dev/isci')
-rw-r--r--sys/dev/isci/scil/sati_design.h2
-rw-r--r--sys/dev/isci/scil/sci_base_controller.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isci/scil/sati_design.h b/sys/dev/isci/scil/sati_design.h
index 372dce0f7d29..47f05b0642cd 100644
--- a/sys/dev/isci/scil/sati_design.h
+++ b/sys/dev/isci/scil/sati_design.h
@@ -130,7 +130,7 @@ block devices (e.g. disks).
@image html Use_Case_Diagram__SATI__SATI_-_SBC.jpg "SCSI Block Command Translation Use Cases"
-The SCSI-to-ATA Translation (SAT) specification defines a few of it's own
+The SCSI-to-ATA Translation (SAT) specification defines a few of its own
commands, parameter data, and log pages. This use case diagram, however, only
captures the SAT specific commands being translated.
diff --git a/sys/dev/isci/scil/sci_base_controller.h b/sys/dev/isci/scil/sci_base_controller.h
index cdf38a13ae8d..dc28b52627ee 100644
--- a/sys/dev/isci/scil/sci_base_controller.h
+++ b/sys/dev/isci/scil/sci_base_controller.h
@@ -90,7 +90,7 @@ typedef enum _SCI_BASE_CONTROLLER_STATES
/**
* This state indicates that the controller is reset. The memory for
- * the controller is in it's initial state, but the controller requires
+ * the controller is in its initial state, but the controller requires
* initialization.
* This state is entered from the INITIAL state.
* This state is entered from the RESETTING state.