summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2011-06-30 20:09:15 +0000
committerwiz <wiz@NetBSD.org>2011-06-30 20:09:15 +0000
commitfcddf71f7c2b6636ef2ae7e1e726b6faa11e301f (patch)
treeab313e27cb850182b3b5c01ac0f7678c553b25e0 /sys/dev/usb
parent90eac45000d21c651d7cff61e6557339aa017bcf (diff)
dependant -> dependent
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ehci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 911a975aae1..8f723f945db 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.179 2011/06/10 14:20:34 jmcneill Exp $ */
+/* $NetBSD: ehci.c,v 1.180 2011/06/30 20:09:40 wiz Exp $ */
/*
* Copyright (c) 2004-2008 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.179 2011/06/10 14:20:34 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.180 2011/06/30 20:09:40 wiz Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -3743,7 +3743,7 @@ ehci_device_intr_abort(usbd_xfer_handle xfer)
}
/*
* XXX - abort_xfer uses ehci_sync_hc, which syncs via the advance
- * async doorbell. That's dependant on the async list, wheras
+ * async doorbell. That's dependent on the async list, wheras
* intr xfers are periodic, should not use this?
*/
ehci_abort_xfer(xfer, USBD_CANCELLED);