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 typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/5538d253e5dc
branches:  trunk
changeset: 781165:5538d253e5dc
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Aug 24 01:36:14 2012 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (18 lines):

diff -r a00abdbb3fb2 -r 5538d253e5dc sys/dev/usb/uftdireg.h
--- a/sys/dev/usb/uftdireg.h    Thu Aug 23 21:21:14 2012 +0000
+++ b/sys/dev/usb/uftdireg.h    Fri Aug 24 01:36:14 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uftdireg.h,v 1.6 2002/07/11 21:14:28 augustss Exp $ */
+/*     $NetBSD: uftdireg.h,v 1.7 2012/08/24 01:36:14 msaitoh Exp $ */
 
 /*
  * Definitions for the FTDI USB Single Port Serial Converter -
@@ -184,7 +184,7 @@
  *   BmRequestType:  0100 0000b
  *   bRequest:       FTDI_SIO_SET_FLOW_CTRL
  *   wValue:         Xoff/Xon
- *   wIndex:         Protocol/Port - hIndex is protocl / lIndex is port
+ *   wIndex:         Protocol/Port - hIndex is protocol / lIndex is port
  *   wLength:        0
  *   Data:           None
  *



Home | Main Index | Thread Index | Old Index