Tue Dec 31 18:11:18 2019 UTC ()
Remove a stray '


(skrll)
diff -r1.267 -r1.268 src/sys/dev/usb/ehci.c

cvs diff -r1.267 -r1.268 src/sys/dev/usb/ehci.c (expand / switch to context diff)
--- src/sys/dev/usb/ehci.c 2019/06/13 17:20:25 1.267
+++ src/sys/dev/usb/ehci.c 2019/12/31 18:11:18 1.268
@@ -1,4 +1,4 @@
-/*	$NetBSD: ehci.c,v 1.267 2019/06/13 17:20:25 maxv Exp $ */
+/*	$NetBSD: ehci.c,v 1.268 2019/12/31 18:11:18 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.267 2019/06/13 17:20:25 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.268 2019/12/31 18:11:18 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2609,7 +2609,7 @@
  * for RB_SINGLE, but the same basic issue exists.
  *
  * The way ehci hand-off works, the companion controller does not get the
- * device until after its' initial bus explore, so the reference dropped
+ * device until after its initial bus explore, so the reference dropped
  * after the first explore is not enough.  5 seconds should be enough,
  * and EHCI_DISOWN_DELAY_SECONDS can be set to another value.
  *