Massive corrections to the project documentation and code comments, thanks to Russian...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / EndpointStream_AVR8.h
index 433311d..f5a03d1 100644 (file)
                                                          uint16_t Length,\r
                                                          uint16_t* const BytesProcessed) ATTR_NON_NULL_PTR_ARG(1);\r
 \r
-                       /** EEPROM buffer source version of \ref Endpoint_Read_Stream_LE().\r
+                       /** EEPROM buffer destination version of \ref Endpoint_Read_Stream_LE().\r
                         *\r
                         *  \param[out] Buffer          Pointer to the destination data buffer to write to, located in EEPROM memory space.\r
                         *  \param[in]  Length          Number of bytes to send via the currently selected endpoint.\r
                                                         uint16_t Length,\r
                                                         uint16_t* const BytesProcessed) ATTR_NON_NULL_PTR_ARG(1);\r
 \r
-                       /** EEPROM buffer source version of \ref Endpoint_Read_Stream_BE().\r
+                       /** EEPROM buffer destination version of \ref Endpoint_Read_Stream_BE().\r
                         *\r
                         *  \param[out] Buffer          Pointer to the destination data buffer to write to, located in EEPROM memory space.\r
                         *  \param[in]  Length          Number of bytes to send via the currently selected endpoint.\r