Module Name: src
Committed By: msaitoh
Date: Fri Aug 24 01:36:15 UTC 2012
Modified Files:
src/sys/dev/usb: uftdireg.h
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/uftdireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/uftdireg.h
diff -u src/sys/dev/usb/uftdireg.h:1.6 src/sys/dev/usb/uftdireg.h:1.7
--- src/sys/dev/usb/uftdireg.h:1.6 Thu Jul 11 21:14:28 2002
+++ src/sys/dev/usb/uftdireg.h Fri Aug 24 01:36:14 2012
@@ -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 @@ enum {
* 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
*