All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / OTG.h
index e1a92f1..88a9554 100644 (file)
@@ -82,7 +82,7 @@
                         *  host mode indicates that VBUS should be applied and a session started.\r
                         *\r
                         *  There are two different methods of sending a SRP - either pulses on the VBUS line, or by\r
-                        *  pulsing the Data + line via the internal pullup resistor. The SRP mode is given as the\r
+                        *  pulsing the Data + line via the internal pull-up resistor. The SRP mode is given as the\r
                         *  "type" parameter, and can be either USB_OTG_SRP_VBUS or USB_OTG_STP_DATA.\r
                         */\r
                        #define USB_OTG_DEV_Initiate_SRP(type)     MACROS{ OTGCON = ((OTGCON & ~(1 << SRPSEL)) | (type | (1 << SRPREQ))); }MACROE\r