Source-Changes-HG archive

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

[src/netbsd-7-nhusb]: src/sys/dev/usb Fix up comments



details:   https://anonhg.NetBSD.org/src/rev/a23c881f2878
branches:  netbsd-7-nhusb
changeset: 801044:a23c881f2878
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 31 10:01:43 2017 +0000

description:
Fix up comments

diffstat:

 sys/dev/usb/ulpt.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6fd312344cd3 -r a23c881f2878 sys/dev/usb/ulpt.c
--- a/sys/dev/usb/ulpt.c        Fri Mar 31 10:00:15 2017 +0000
+++ b/sys/dev/usb/ulpt.c        Fri Mar 31 10:01:43 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ulpt.c,v 1.95.8.2 2017/01/26 21:54:24 skrll Exp $      */
+/*     $NetBSD: ulpt.c,v 1.95.8.3 2017/03/31 10:01:43 skrll Exp $      */
 
 /*
  * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulpt.c,v 1.95.8.2 2017/01/26 21:54:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulpt.c,v 1.95.8.3 2017/03/31 10:01:43 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -704,7 +704,7 @@
                }
 
                /*
-                * XXX Even with the short timeout, this will tsleep,
+                * XXX Even with the short timeout, this will sleep,
                 * but it should be adequately prompt in practice.
                 */
                n = nreq;
@@ -748,7 +748,7 @@
 
                case USBD_INTERRUPTED:
                        /*
-                        * The tsleep in usbd_bulk_transfer was
+                        * The sleep in usbd_bulk_transfer was
                         * interrupted.  Reflect it to the caller so
                         * that reading can be interrupted.
                         */



Home | Main Index | Thread Index | Old Index