summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2005-03-12 21:38:49 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2005-03-12 21:38:49 +0000
commitb2bc8457c98b31fdaaa780879d44d7bd6db918f7 (patch)
treeb17ad40a71877a439df9deaa6dc894b08137da23 /sys
parenta62b3dc3d0382f6b6dcfe3bdf994c064524d9da6 (diff)
Typos.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uftdireg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/uftdireg.h b/sys/dev/usb/uftdireg.h
index 6ab234a73d4..0696fc23c8d 100644
--- a/sys/dev/usb/uftdireg.h
+++ b/sys/dev/usb/uftdireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uftdireg.h,v 1.9 2004/07/11 07:17:58 deraadt Exp $ */
+/* $OpenBSD: uftdireg.h,v 1.10 2005/03/12 21:38:48 tdeval Exp $ */
/* $NetBSD: uftdireg.h,v 1.6 2002/07/11 21:14:28 augustss Exp $ */
/*
@@ -8,8 +8,8 @@
* The device is based on the FTDI FT8U100AX chip. It has a DB25 on one side,
* USB on the other.
*
- * Thanx to FTDI (http://www.ftdi.co.uk) for so kindly providing details
- * of the protocol required to talk to the device and ongoing assistence
+ * Thanks to FTDI (http://www.ftdi.co.uk) for so kindly providing details
+ * of the protocol required to talk to the device and ongoing assistance
* during development.
*
* Bill Ryder - bryder@sgi.com of Silicon Graphics, Inc. is the original
@@ -187,7 +187,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
*