Module Name:    src
Committed By:   skrll
Date:           Mon Apr  6 18:30:39 UTC 2015

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


To generate a diff of this commit:
cvs rdiff -u -r1.28.2.16 -r1.28.2.17 src/sys/dev/usb/xhci.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/xhci.c
diff -u src/sys/dev/usb/xhci.c:1.28.2.16 src/sys/dev/usb/xhci.c:1.28.2.17
--- src/sys/dev/usb/xhci.c:1.28.2.16	Sun Mar 22 08:09:44 2015
+++ src/sys/dev/usb/xhci.c	Mon Apr  6 18:30:39 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: xhci.c,v 1.28.2.16 2015/03/22 08:09:44 skrll Exp $	*/
+/*	$NetBSD: xhci.c,v 1.28.2.17 2015/04/06 18:30:39 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.16 2015/03/22 08:09:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.17 2015/04/06 18:30:39 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -2188,7 +2188,7 @@ static int xhci_roothub_ctrl(struct usbd
 	return totlen;
 }
 
-/* root hub intrerrupt */
+/* root hub interrupt */
 
 static usbd_status
 xhci_root_intr_transfer(struct usbd_xfer *xfer)

Reply via email to