Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Correct a comment
details: https://anonhg.NetBSD.org/src/rev/15ff7d4f7960
branches: trunk
changeset: 783636:15ff7d4f7960
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 02 09:50:26 2013 +0000
description:
Correct a comment
diffstat:
sys/dev/usb/ohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d9984cb3193 -r 15ff7d4f7960 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Wed Jan 02 09:49:14 2013 +0000
+++ b/sys/dev/usb/ohci.c Wed Jan 02 09:50:26 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.226 2012/12/23 17:00:13 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.227 2013/01/02 09:50:26 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.226 2012/12/23 17:00:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.227 2013/01/02 09:50:26 skrll Exp $");
#include "opt_usb.h"
@@ -3255,7 +3255,7 @@
return (USBD_IN_PROGRESS);
}
-/* Abort a device control request. */
+/* Abort a device interrupt request. */
Static void
ohci_device_intr_abort(usbd_xfer_handle xfer)
{
Home |
Main Index |
Thread Index |
Old Index