Module Name:    src
Committed By:   skrll
Date:           Tue Mar 17 19:02:44 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: usbdi.c

Log Message:
Spello


To generate a diff of this commit:
cvs rdiff -u -r1.162.2.19 -r1.162.2.20 src/sys/dev/usb/usbdi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdi.c
diff -u src/sys/dev/usb/usbdi.c:1.162.2.19 src/sys/dev/usb/usbdi.c:1.162.2.20
--- src/sys/dev/usb/usbdi.c:1.162.2.19	Wed Mar 11 07:48:42 2015
+++ src/sys/dev/usb/usbdi.c	Tue Mar 17 19:02:44 2015
@@ -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_get_endpoint_descriptor(usbd_interf
 /*
  * 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

Reply via email to