summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2013-06-25 15:32:23 +0000
committerjakllsch <jakllsch@NetBSD.org>2013-06-25 15:32:23 +0000
commitd0e5d0a89e0046d67a97ea678fecf86abec43953 (patch)
tree7ff005f90d1002c282519ea092434afe49ad5584 /sys/dev/usb
parent4fd29ea5aa32b3ed37d0d18cc46702d07ae5f714 (diff)
Change "translater" to "translator" in comment.
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 e7475ac077a..650e25f0449 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.206 2013/04/04 13:27:55 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.207 2013/06/25 15:32:23 jakllsch Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.206 2013/04/04 13:27:55 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.207 2013/06/25 15:32:23 jakllsch Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2427,7 +2427,7 @@ ehci_root_ctrl_start(usbd_xfer_handle xfer)
goto ret;
}
/*
- * An embedded transaction translater will automatically
+ * An embedded transaction translator will automatically
* terminate the reset sequence so there's no need to
* it.
*/