summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
committerdes <des@FreeBSD.org>1998-04-17 22:37:19 +0000
commit396b11447523f0a81228e0735758e09c792bcb5b (patch)
tree3c760cd87265a5a428738ce4b995557356f1d86b /sys/scsi/scsi_base.c
parent86e1a21b7908937d1545c2d878f7be7e149558aa (diff)
downloadFreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.zip
FreeBSD-src-396b11447523f0a81228e0735758e09c792bcb5b.tar.gz
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 013a8d4..c04b63f 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -8,7 +8,7 @@
* file.
*
* Written by Julian Elischer (julian@dialix.oz.au)
- * $Id: scsi_base.c,v 1.54 1998/02/20 13:37:39 bde Exp $
+ * $Id: scsi_base.c,v 1.55 1998/04/16 11:15:23 peter Exp $
*/
#include "opt_bounce.h"
@@ -400,7 +400,7 @@ scsi_done(xs)
return;
}
/*
- * If the device has it's own done routine, call it first.
+ * If the device has its own done routine, call it first.
* If it returns a legit error value, return that, otherwise
* it wants us to continue with normal processing.
*/
@@ -1010,7 +1010,7 @@ scsi_interpret_sense(xs)
}
#endif /*SCSIDEBUG */
/*
- * If the device has it's own sense handler, call it first.
+ * If the device has its own sense handler, call it first.
* If it returns a legit errno value, return that, otherwise
* it should return either DO_RETRY or CONTINUE to either
* request a retry or continue with default sense handling.
@@ -1305,7 +1305,7 @@ sc_print_addr(sc_link)
#ifdef SCSIDEBUG
/*
- * Given a scsi_xfer, dump the request, in all it's glory
+ * Given a scsi_xfer, dump the request, in all its glory
*/
static void
show_scsi_xs(xs)
OpenPOWER on IntegriCloud