Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Spello



details:   https://anonhg.NetBSD.org/src/rev/6724e5a6e5fb
branches:  nick-nhusb
changeset: 334153:6724e5a6e5fb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 17 19:02:44 2015 +0000

description:
Spello

diffstat:

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

diffs (27 lines):

diff -r 74934d08f59e -r 6724e5a6e5fb sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c       Mon Mar 16 21:21:46 2015 +0000
+++ b/sys/dev/usb/usbdi.c       Tue Mar 17 19:02:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.c,v 1.162.2.19 2015/03/11 07:48:42 skrll Exp $   */
+/*     $NetBSD: usbdi.c,v 1.162.2.20 2015/03/17 19:02:44 skrll Exp $   */
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.19 2015/03/11 07:48:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.20 2015/03/17 19:02:44 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1208,7 +1208,7 @@
 /*
  * usbd_ratecheck() can limit the number of error messages that occurs.
  * When a device is unplugged it may take up to 0.25s for the hub driver
- * to notice it.  If the driver continuosly tries to do I/O operations
+ * to notice it.  If the driver continuously tries to do I/O operations
  * this can generate a large number of messages.
  */
 int



Home | Main Index | Thread Index | Old Index