summaryrefslogtreecommitdiffstats
path: root/sys/scsi
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
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')
-rw-r--r--sys/scsi/cd.c4
-rw-r--r--sys/scsi/od.c4
-rw-r--r--sys/scsi/scsi_base.c8
-rw-r--r--sys/scsi/scsiconf.h4
-rw-r--r--sys/scsi/sd.c4
-rw-r--r--sys/scsi/st.c4
6 files changed, 14 insertions, 14 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 4655956..5e80335 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.89 1998/01/24 02:54:48 eivind Exp $
+ * $Id: cd.c,v 1.90 1998/04/15 17:47:17 bde Exp $
*/
#include "opt_bounce.h"
@@ -1119,7 +1119,7 @@ cd_getdisklabel(unit)
}
/*
- * Find out from the device what it's capacity is
+ * Find out from the device what its capacity is
*/
static u_int32_t
cd_size(unit, flags)
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index e6fc3bb..51b94cf 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.35 1998/01/24 02:54:49 eivind Exp $
+ * $Id: od.c,v 1.36 1998/04/15 17:47:18 bde Exp $
*/
/*
@@ -716,7 +716,7 @@ od_ioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p,
}
/*
- * Find out from the device what it's capacity is
+ * Find out from the device what its capacity is
*/
static u_int32_t
od_size(unit, flags)
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)
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index ae0468d..ef240a5 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.h,v 1.57 1997/09/21 22:03:10 gibbs Exp $
+ * $Id: scsiconf.h,v 1.58 1997/12/23 19:44:40 brian Exp $
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1
@@ -42,7 +42,7 @@ typedef int errval;
* each individual scsi bus has an array that points to all the scsi_link
* structs associated with that scsi bus. Slots with no device have
* a NULL pointer.
- * each individual device also knows the address of it's own scsi_link
+ * each individual device also knows the address of its own scsi_link
* structure.
*
* -------------
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index de627ef..bbc83ae 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -15,7 +15,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.121 1998/02/16 23:57:49 eivind Exp $
+ * $Id: sd.c,v 1.122 1998/04/15 17:47:21 bde Exp $
*/
#include "opt_bounce.h"
@@ -677,7 +677,7 @@ sd_ioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p,
}
/*
- * Find out from the device what it's capacity is. It turns
+ * Find out from the device what its capacity is. It turns
* out this is also the best way to find out the sector size.
*/
static int
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 174bf85..9da75d2 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.85 1998/01/24 02:54:53 eivind Exp $
+ * $Id: st.c,v 1.86 1998/04/16 10:35:50 peter Exp $
*/
/*
@@ -1221,7 +1221,7 @@ st_read(unit, buf, size, flags)
#endif
/*
- * Ask the drive what it's min and max blk sizes are.
+ * Ask the drive what its min and max blk sizes are.
*/
static errval
st_rd_blk_lim(unit, flags)
OpenPOWER on IntegriCloud