diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-12 21:38:49 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-12 21:38:49 +0000 |
commit | b2bc8457c98b31fdaaa780879d44d7bd6db918f7 (patch) | |
tree | b17ad40a71877a439df9deaa6dc894b08137da23 | |
parent | a62b3dc3d0382f6b6dcfe3bdf994c064524d9da6 (diff) |
Typos.
-rw-r--r-- | sys/dev/usb/uftdireg.h | 8 |
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 * |