diff options
| author | wiz <wiz@NetBSD.org> | 2005-05-01 21:47:11 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2005-05-01 21:47:11 +0000 |
| commit | fbd2fc5eca208bcfbf70f4c44da1c82cb5f5b3d6 (patch) | |
| tree | a9289f0b174e5553da0244a66501d7d365f8a4f6 /sys | |
| parent | 93a47b5a89ec2dc4478c4075459154fbc10ef44b (diff) | |
Fix typo.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/ehci.c | 6 |
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" |
