summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2005-05-01 21:47:11 +0000
committerwiz <wiz@NetBSD.org>2005-05-01 21:47:11 +0000
commitfbd2fc5eca208bcfbf70f4c44da1c82cb5f5b3d6 (patch)
treea9289f0b174e5553da0244a66501d7d365f8a4f6 /sys/dev
parent93a47b5a89ec2dc4478c4075459154fbc10ef44b (diff)
Fix typo.
Diffstat (limited to 'sys/dev')
-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 5e5421f0035..c10bcb252ed 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.100 2005/05/01 19:45:40 augustss Exp $ */
+/* $NetBSD: ehci.c,v 1.101 2005/05/01 21:47:11 wiz Exp $ */
/*
* Copyright (c) 2004,2005 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
* 2) The EHCI driver lacks support for isochronous transfers, so
* devices using them don't work.
*
- * 3) The hub driver needs to handle and schedule the transaction translaor,
+ * 3) The hub driver needs to handle and schedule the transaction translator,
* to assign place in frame where different devices get to go. See chapter
* on hubs in USB 2.0 for details.
*
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.100 2005/05/01 19:45:40 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.101 2005/05/01 21:47:11 wiz Exp $");
#include "ohci.h"
#include "uhci.h"