From 6933f2e1a543b066ebe734bd126a7ff2f1c2777f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Apr 2009 13:53:58 +0000 Subject: All comments in the library, bootloaders, demos and projects have now been spell-checked and spelling mistakes/typos corrected. --- Demos/Device/USBtoSerial/USBtoSerial.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Demos/Device/USBtoSerial/USBtoSerial.h') diff --git a/Demos/Device/USBtoSerial/USBtoSerial.h b/Demos/Device/USBtoSerial/USBtoSerial.h index 3fb6d7d9f..092660069 100644 --- a/Demos/Device/USBtoSerial/USBtoSerial.h +++ b/Demos/Device/USBtoSerial/USBtoSerial.h @@ -39,7 +39,7 @@ /* Includes: */ #include #include - #include + #include #include #include "Descriptors.h" @@ -99,17 +99,17 @@ #define CONTROL_LINE_IN_RING (1 << 3) /** Mask for use with the a NOTIF_SerialState class specific notification from the device to the host, - * to indicate that a framing error has ocurred on the virtual serial port. + * to indicate that a framing error has occurred on the virtual serial port. */ #define CONTROL_LINE_IN_FRAMEERROR (1 << 4) /** Mask for use with the a NOTIF_SerialState class specific notification from the device to the host, - * to indicate that a parity error has ocurred on the virtual serial port. + * to indicate that a parity error has occurred on the virtual serial port. */ #define CONTROL_LINE_IN_PARITYERROR (1 << 5) /** Mask for use with the a NOTIF_SerialState class specific notification from the device to the host, - * to indicate that a data overrun error has ocurred on the virtual serial port. + * to indicate that a data overrun error has occurred on the virtual serial port. */ #define CONTROL_LINE_IN_OVERRUNERROR (1 << 6) @@ -139,7 +139,7 @@ uint8_t ParityType; /**< Parity setting of the virtual serial port, a value from the * CDCDevice_LineCodingParity_t enum */ - uint8_t DataBits; /**< Bits of data per charater of the virtual serial port */ + uint8_t DataBits; /**< Bits of data per character of the virtual serial port */ } CDC_Line_Coding_t; /** Type define for a CDC notification, sent to the host via the CDC notification endpoint to indicate a -- cgit v1.2.3