aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx
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/aic7xxx
parentb5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff)
downloadsrc-28323add0916d61a7bcea74f30e9b40b837809ce.tar.gz
src-28323add0916d61a7bcea74f30e9b40b837809ce.zip
Fix improper use of "its".
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=308457
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7xxx.seq2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq
index e1bf960aeecc..83a273a018ab 100644
--- a/sys/dev/aic7xxx/aic7xxx.seq
+++ b/sys/dev/aic7xxx/aic7xxx.seq
@@ -1446,7 +1446,7 @@ p_command_xfer:
test SSTAT0, SDONE jnz . + 2;
test SSTAT1, PHASEMIS jz . - 1;
/*
- * Wait for our ACK to go-away on it's own
+ * Wait for our ACK to go-away on its own
* instead of being killed by SCSIEN getting cleared.
*/
test SCSISIGI, ACKI jnz .;