Module Name:    src
Committed By:   andvar
Date:           Sun Jan 14 12:53:41 UTC 2024

Modified Files:
        src/sys/dev/usb: uftdireg.h

Log Message:
s/asynchrounous/asynchronous/, s/assistence/assistance/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/sys/dev/usb/uftdireg.h:1.12
--- src/sys/dev/usb/uftdireg.h:1.11	Fri Sep 13 20:50:45 2019
+++ src/sys/dev/usb/uftdireg.h	Sun Jan 14 12:53:41 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: uftdireg.h,v 1.11 2019/09/13 20:50:45 ryo Exp $ */
+/*	$NetBSD: uftdireg.h,v 1.12 2024/01/14 12:53:41 andvar Exp $ */
 
 /*
  * Definitions for the FTDI USB Single Port Serial Converter -
@@ -8,7 +8,7 @@
  * USB on the other.
  *
  * Thanx to FTDI (http://www.ftdichip.com) for so kindly providing details
- * of the protocol required to talk to the device and ongoing assistence
+ * of the protocol required to talk to the device and ongoing assistance
  * during development.
  *
  * Bill Ryder - bry...@sgi.com of Silicon Graphics, Inc. is the original
@@ -343,7 +343,7 @@ enum {
  */
 /* FTDI_SIO_SET_BITMODE */
 #define FTDI_BITMODE_RESET   0x00 /* UART mode */
-#define FTDI_BITMODE_BITBANG 0x01 /* asynchrounous bitbang mode */
+#define FTDI_BITMODE_BITBANG 0x01 /* asynchronous bitbang mode */
 #define FTDI_BITMODE_MPSSE   0x02 /* MPSSE mode */
 #define FTDI_BITMODE_SYNCBB  0x04 /* synchronous bitbang mode */
 #define FTDI_BITMODE_MCU     0x08 /* MCU Host Bus Emulation mode */

Reply via email to