summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
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