Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Change "translater" to "translator" in comment.



details:   https://anonhg.NetBSD.org/src/rev/25f3f7e64979
branches:  trunk
changeset: 787594:25f3f7e64979
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Jun 25 15:32:23 2013 +0000

description:
Change "translater" to "translator" in comment.

diffstat:

 sys/dev/usb/ehci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6340d5653f11 -r 25f3f7e64979 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Jun 25 15:08:43 2013 +0000
+++ b/sys/dev/usb/ehci.c        Tue Jun 25 15:32:23 2013 +0000
@@ -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 @@
                                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.
                         */



Home | Main Index | Thread Index | Old Index