aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-05-10 16:41:26 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-05-10 16:41:26 +0000
commit7a2b450ff80ab154d0b85be54abb53e4cf2cae11 (patch)
treede55b90adb7094bbce6ffde362ffde2c0815186f /sys/dev/isci
parentbbfdafe7a2745668373a5e0a2a7d68103a5c85be (diff)
Notes
Diffstat (limited to 'sys/dev/isci')
-rw-r--r--sys/dev/isci/scil/scif_sas_domain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isci/scil/scif_sas_domain.c b/sys/dev/isci/scil/scif_sas_domain.c
index 4907710bb16f..8261e551a3d0 100644
--- a/sys/dev/isci/scil/scif_sas_domain.c
+++ b/sys/dev/isci/scil/scif_sas_domain.c
@@ -637,7 +637,7 @@ void scif_sas_domain_terminate_requests(
SCIF_SAS_REQUEST_T * request = NULL;
// Cycle through the fast list of IO requests. Terminate each
- // oustanding requests that matches the criteria supplied by the
+ // outstanding requests that matches the criteria supplied by the
// caller.
while (element != NULL)
{
@@ -1275,7 +1275,7 @@ U8 scif_sas_domain_get_smp_request_count(
SCIC_TRANSPORT_PROTOCOL protocol;
// Cycle through the fast list of IO requests. Terminate each
- // oustanding requests that matches the criteria supplied by the
+ // outstanding requests that matches the criteria supplied by the
// caller.
while (element != NULL)
{