diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
commit | 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch) | |
tree | e9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/scsi/sd.c | |
parent | 5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff) |
Typos grab bag of the month, eyeballed by jmc@
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r-- | sys/scsi/sd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index c2c13b249ea..b53941b688b 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.101 2006/01/21 12:18:49 miod Exp $ */ +/* $OpenBSD: sd.c,v 1.102 2006/03/04 19:33:22 miod Exp $ */ /* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */ /*- @@ -764,7 +764,7 @@ sdminphys(bp) * * XXX Note that the SCSI-I spec says that 256-block transfers * are allowed in a 6-byte read/write, and are specified - * by settng the "length" to 0. However, we're conservative + * by setting the "length" to 0. However, we're conservative * here, allowing only 255-block transfers in case an * ancient device gets confused by length == 0. A length of 0 * in a 10-byte read/write actually means 0 blocks. |