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/ec9debbae1b6
branches: nick-nhusb
changeset: 334170:ec9debbae1b6
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 a9400f436384 -r ec9debbae1b6 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