Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function...
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Pipe_AVR8.h
index 2d99722..40eebef 100644 (file)
                                                const uint16_t Size,
                                                const uint8_t Banks);
 
-                       /** Spin-loops until the currently selected non-control pipe is ready for the next packed of data to be read
+                       /** Spin-loops until the currently selected non-control pipe is ready for the next packet of data to be read
                         *  or written to it, aborting in the case of an error condition (such as a timeout or device disconnect).
                         *
                         *  \ingroup Group_PipeRW_AVR8