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 Fix spellos



details:   https://anonhg.NetBSD.org/src/rev/41ada39d1a06
branches:  nick-nhusb
changeset: 804312:41ada39d1a06
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 22 08:07:34 2015 +0000

description:
Fix spellos

diffstat:

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

diffs (40 lines):

diff -r 155ad4f0af71 -r 41ada39d1a06 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Sat Mar 21 16:42:55 2015 +0000
+++ b/sys/dev/usb/xhci.c        Sun Mar 22 08:07:34 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.28.2.14 2015/03/19 17:26:43 skrll Exp $     */
+/*     $NetBSD: xhci.c,v 1.28.2.15 2015/03/22 08:07:34 skrll Exp $     */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.14 2015/03/19 17:26:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.15 2015/03/22 08:07:34 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -2408,8 +2408,8 @@
        XHCIHIST_FUNC(); XHCIHIST_CALLED();
 }
 
-/* ----------------- */
-/* device isochronus */
+/* ------------------ */
+/* device isochronous */
 
 /* ----------- */
 /* device bulk */
@@ -2528,8 +2528,8 @@
        XHCIHIST_FUNC(); XHCIHIST_CALLED();
 }
 
-/* --------------- */
-/* device intrrupt */
+/* ---------------- */
+/* device interrupt */
 
 static usbd_status
 xhci_device_intr_transfer(struct usbd_xfer *xfer)



Home | Main Index | Thread Index | Old Index