Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Spell "Windows 98" not-incorrectly in comment.



details:   https://anonhg.NetBSD.org/src/rev/7de5c4fff742
branches:  trunk
changeset: 787595:7de5c4fff742
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Jun 25 15:37:17 2013 +0000

description:
Spell "Windows 98" not-incorrectly in comment.

diffstat:

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

diffs (27 lines):

diff -r 25f3f7e64979 -r 7de5c4fff742 sys/dev/usb/uhub.c
--- a/sys/dev/usb/uhub.c        Tue Jun 25 15:32:23 2013 +0000
+++ b/sys/dev/usb/uhub.c        Tue Jun 25 15:37:17 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhub.c,v 1.122 2013/01/22 21:12:32 jmcneill Exp $      */
+/*     $NetBSD: uhub.c,v 1.123 2013/06/25 15:37:17 jakllsch Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $       */
 
 /*
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.122 2013/01/22 21:12:32 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.123 2013/06/25 15:37:17 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -274,7 +274,7 @@
 
        /*
         * To have the best chance of success we do things in the exact same
-        * order as Windoze98.  This should not be necessary, but some
+        * order as Windows 98.  This should not be necessary, but some
         * devices do not follow the USB specs to the letter.
         *
         * These are the events on the bus when a hub is attached:



Home | Main Index | Thread Index | Old Index