Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Talk Like a Pirate Day was yesterday.



details:   https://anonhg.NetBSD.org/src/rev/499a07d6aa8a
branches:  trunk
changeset: 938915:499a07d6aa8a
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Sep 20 09:08:01 2020 +0000

description:
Talk Like a Pirate Day was yesterday.

diffstat:

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

diffs (27 lines):

diff -r af75e6cf1c86 -r 499a07d6aa8a sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Sep 19 21:47:03 2020 +0000
+++ b/sys/dev/usb/ehci.c        Sun Sep 20 09:08:01 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.281 2020/05/17 08:38:37 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.282 2020/09/20 09:08:01 gson Exp $ */
 
 /*
  * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.281 2020/05/17 08:38:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.282 2020/09/20 09:08:01 gson Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -3218,7 +3218,7 @@
 }
 
 /*
- * Arrrange for the hardware to tells us that it is not still
+ * Arrange for the hardware to tells us that it is not still
  * processing the TDs by setting the QH halted bit and wait for the ehci
  * door bell
  */



Home | Main Index | Thread Index | Old Index