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 Grammar
details: https://anonhg.NetBSD.org/src/rev/d7d1f29282a3
branches: nick-nhusb
changeset: 334250:d7d1f29282a3
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 23 13:44:01 2015 +0000
description:
Grammar
diffstat:
sys/dev/usb/xhci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4761507b89fe -r d7d1f29282a3 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Tue Sep 22 12:05:34 2015 +0000
+++ b/sys/dev/usb/xhci.c Wed Sep 23 13:44:01 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.28.2.37 2015/09/13 09:27:54 skrll Exp $ */
+/* $NetBSD: xhci.c,v 1.28.2.38 2015/09/23 13:44:01 skrll Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.37 2015/09/13 09:27:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.38 2015/09/23 13:44:01 skrll Exp $");
#include "opt_usb.h"
@@ -2101,7 +2101,7 @@
extern uint32_t usb_cookie_no;
/*
- * Called if uhub_explore find new device (via usbd_new_device).
+ * Called if uhub_explore finds a new device (via usbd_new_device).
* Allocate and construct dev structure of default endpoint (ep0).
* Determine initial MaxPacketSize (mps) by speed.
* Determine route string and roothub port for slot of dev.
Home |
Main Index |
Thread Index |
Old Index