diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/scsi | |
parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) |
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
Notes
Notes:
svn path=/head/; revision=35256
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/cd.c | 4 | ||||
-rw-r--r-- | sys/scsi/od.c | 4 | ||||
-rw-r--r-- | sys/scsi/scsi_base.c | 8 | ||||
-rw-r--r-- | sys/scsi/scsiconf.h | 4 | ||||
-rw-r--r-- | sys/scsi/sd.c | 4 | ||||
-rw-r--r-- | sys/scsi/st.c | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 4655956e9a6c..5e8033513819 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 e6fc3bbf76c2..51b94cfdc339 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 013a8d444a34..c04b63ffdd8b 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 ae0468dd2f1f..ef240a54425b 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 de627ef46fc2..bbc83aedd66e 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 174bf856b318..9da75d2a73b0 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) |