Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Fix two comments
details: https://anonhg.NetBSD.org/src/rev/39a5b64f29bc
branches: trunk
changeset: 838548:39a5b64f29bc
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Jan 22 06:38:28 2019 +0000
description:
Fix two comments
diffstat:
sys/dev/usb/ulpt.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 80fbe959b3c0 -r 39a5b64f29bc sys/dev/usb/ulpt.c
--- a/sys/dev/usb/ulpt.c Tue Jan 22 06:37:54 2019 +0000
+++ b/sys/dev/usb/ulpt.c Tue Jan 22 06:38:28 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ulpt.c,v 1.100 2018/09/03 16:29:34 riastradh Exp $ */
+/* $NetBSD: ulpt.c,v 1.101 2019/01/22 06:38:28 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.100 2018/09/03 16:29:34 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulpt.c,v 1.101 2019/01/22 06:38:28 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