Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/430df41faeb6
branches:  trunk
changeset: 519868:430df41faeb6
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Dec 29 14:07:45 2001 +0000

description:
Fix a typo.

diffstat:

 sys/dev/usb/usbdevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc7a47d94ca9 -r 430df41faeb6 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sat Dec 29 14:06:18 2001 +0000
+++ b/sys/dev/usb/usbdevs       Sat Dec 29 14:07:45 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.214 2001/12/26 04:32:39 cjs Exp $
+$NetBSD: usbdevs,v 1.215 2001/12/29 14:07:45 augustss Exp $
 
 /*
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -842,7 +842,7 @@
 product NEC HUB_B              0x55ab  hub
 
 /* NEC2 products */
-product NEC2 HUB2_0            0x0058  USB2.0 Hub Controller(
+product NEC2 HUB2_0            0x0058  USB2.0 Hub Controller
 
 /* NetChip Technology Products */
 product NETCHIP TURBOCONNECT   0x1080  Turbo-Connect



Home | Main Index | Thread Index | Old Index