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 typo in a comment
details: https://anonhg.NetBSD.org/src/rev/d0b05fd49577
branches: trunk
changeset: 358383:d0b05fd49577
user: khorben <khorben%NetBSD.org@localhost>
date: Tue Dec 26 18:44:52 2017 +0000
description:
Fix typo in a comment
diffstat:
sys/dev/usb/usb_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 39c96c69a262 -r d0b05fd49577 sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c Tue Dec 26 17:09:20 2017 +0000
+++ b/sys/dev/usb/usb_subr.c Tue Dec 26 18:44:52 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_subr.c,v 1.222 2017/12/08 14:46:18 khorben Exp $ */
+/* $NetBSD: usb_subr.c,v 1.223 2017/12/26 18:44:52 khorben Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.222 2017/12/08 14:46:18 khorben Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.223 2017/12/26 18:44:52 khorben Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -1695,7 +1695,7 @@
* driver is dying and then wakes any sleepers. It then sleeps on the
* softc. Each place that can sleep must maintain the reference
* count. When the reference count drops to -1 (0 is the normal value
- * of the reference count) the a wakeup on the softc is performed
+ * of the reference count) then a wakeup on the softc is performed
* signaling to the detach waiter that all references are gone.
*/
Home |
Main Index |
Thread Index |
Old Index