Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi s/settng/setting/



details:   https://anonhg.NetBSD.org/src/rev/640cbbdfe307
branches:  trunk
changeset: 939751:640cbbdfe307
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 29 03:04:03 2020 +0000

description:
s/settng/setting/

diffstat:

 sys/dev/scsipi/cd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 856f8ad5af1c -r 640cbbdfe307 sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c       Tue Sep 29 03:02:18 2020 +0000
+++ b/sys/dev/scsipi/cd.c       Tue Sep 29 03:04:03 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd.c,v 1.347 2020/09/29 03:02:19 msaitoh Exp $ */
+/*     $NetBSD: cd.c,v 1.348 2020/09/29 03:04:03 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 1998, 2001, 2003, 2004, 2005, 2008 The NetBSD Foundation,
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.347 2020/09/29 03:02:19 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.348 2020/09/29 03:04:03 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1030,7 +1030,7 @@
         *
         * 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.



Home | Main Index | Thread Index | Old Index