All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StdDescriptors.h
index 3090d8c..491e817 100644 (file)
@@ -31,7 +31,7 @@
 /** \file\r
  *\r
  *  Standard USB device descriptor defines and retrieval routines, for USB devices. This module contains\r
- *  strucutures and macros for the easy creation of standard USB descriptors in USB device projects.\r
+ *  structures and macros for the easy creation of standard USB descriptors in USB device projects.\r
  *\r
  *  All standard descriptors have their elements named in an identical manner to the official USB specification,\r
  *  however slightly more verbose alternate (non-standard) names are also supplied if the macro\r
                                uint16_t                ReleaseNumber; /**< Product release (version) number. */\r
                                \r
                                uint8_t                 ManufacturerStrIndex; /**< String index for the manufacturer's name. The\r
-                                                               *   host will request this string via a seperate\r
+                                                               *   host will request this string via a separate\r
                                                                           *   control request for the string descriptor.\r
                                                                               *\r
                                                                               *   \note If no string supplied, use NO_DESCRIPTOR.\r
                                                                          *  \see ManufacturerStrIndex structure entry.\r
                                                                          */\r
                                uint8_t                 SerialNumStrIndex; /**< String index for the product's globally unique hexadecimal\r
-                                                                           *   serial number, in uppercase Unicoded ASCII.\r
+                                                                           *   serial number, in uppercase Unicode ASCII.\r
                                                                            *\r
                                                                            *  \see ManufacturerStrIndex structure entry.\r
                                                                            */\r
 \r
                        /** Type define for a standard interface association descriptor.\r
                         *\r
-                        *  This descriptor has been added as a suppliment to the USB2.0 standard, in the ECN located at\r
+                        *  This descriptor has been added as a supplement to the USB2.0 standard, in the ECN located at\r
                         *  <a>http://www.usb.org/developers/docs/InterfaceAssociationDescriptor_ecn.pdf</a>. It allows compound\r
                         *  devices with multiple interfaces related to the same function to have the multiple interfaces bound\r
                         *  together at the point of enumeration, loading one generic driver for all the interfaces in the single\r
                                                                       *   maximum packet size that the endpoint can receive at a time.\r
                                                                       */\r
                                \r
-                               uint8_t                 PollingIntervalMS; /**< Polling interval in milliseconds for the endpont\r
+                               uint8_t                 PollingIntervalMS; /**< Polling interval in milliseconds for the endpoint\r
                                                                            *   if it is an INTERRUPT or ISOCHRONOUS type.\r
                                                                            */\r
                                #else\r