Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Typo.



details:   https://anonhg.NetBSD.org/src/rev/5e4ceec82e35
branches:  trunk
changeset: 789775:5e4ceec82e35
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 07 16:43:48 2013 +0000

description:
Typo.

diffstat:

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

diffs (27 lines):

diff -r 3798bf9b5bcf -r 5e4ceec82e35 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Sep 07 16:39:15 2013 +0000
+++ b/sys/dev/usb/ehci.c        Sat Sep 07 16:43:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.209 2013/08/25 06:16:19 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.210 2013/09/07 16:43:48 skrll 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.209 2013/08/25 06:16:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.210 2013/09/07 16:43:48 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -809,7 +809,7 @@
 #endif
        /*
         * If the last TD is still active we need to check whether there
-        * is a an error somewhere in the middle, or whether there was a
+        * is an error somewhere in the middle, or whether there was a
         * short packet (SPD and not ACTIVE).
         */
        usb_syncmem(&lsqtd->dma,



Home | Main Index | Thread Index | Old Index