Module Name:    src
Committed By:   skrll
Date:           Sat Sep  7 16:43:48 UTC 2013

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

Log Message:
Typo.


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 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.209 src/sys/dev/usb/ehci.c:1.210
--- src/sys/dev/usb/ehci.c:1.209	Sun Aug 25 06:16:19 2013
+++ src/sys/dev/usb/ehci.c	Sat Sep  7 16:43:48 2013
@@ -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 @@ ehci_check_qh_intr(ehci_softc_t *sc, str
 #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,

Reply via email to