Module Name:    src
Committed By:   jakllsch
Date:           Tue Jun 25 15:32:23 UTC 2013

Modified Files:
        src/sys/dev/usb: ehci.c

Log Message:
Change "translater" to "translator" in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/dev/usb/ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.206 src/sys/dev/usb/ehci.c:1.207
--- src/sys/dev/usb/ehci.c:1.206	Thu Apr  4 13:27:55 2013
+++ src/sys/dev/usb/ehci.c	Tue Jun 25 15:32:23 2013
@@ -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 xf
 				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.
 			 */

Reply via email to