All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Host.h
index 5cc2154..427ed85 100644 (file)
                         */\r
                        #define USB_Host_ResumeBus()               MACROS{ UHCON |=  (1 << SOFEN);          }MACROE \r
 \r
-                       /** Suspends the USB bus, preventing any communications from occuring between the host and attached\r
+                       /** Suspends the USB bus, preventing any communications from occurring between the host and attached\r
                         *  device until the bus has been resumed. This stops the transmission of the 1MS Start Of Frame\r
                         *  messages to the device.\r
                         */\r
                                                                      *   event.\r
                                                                      */\r
                                HOST_ENUMERROR_WaitStage        = 1, /**< One of the delays between enumeration steps failed\r
-                                                                     *   to complete successfuly, due to a timeout or other\r
+                                                                     *   to complete successfully, due to a timeout or other\r
                                                                      *   error.\r
                                                                      */\r
                                HOST_ENUMERROR_NoDeviceDetected = 2, /**< No device was detected, despite the USB data lines\r
                                                                      *   indicating the attachment of a device.\r
                                                                      */\r
                                HOST_ENUMERROR_ControlError     = 3, /**< One of the enumeration control requests failed to\r
-                                                                     *   complete successfuly.\r
+                                                                     *   complete successfully.\r
                                                                                                          */\r
                                HOST_ENUMERROR_PipeConfigError  = 4, /**< The default control pipe (address 0) failed to\r
                                                                      *   configure correctly.\r