/* Clear the sample reload timer */\r
TIFR0 |= (1 << OCF0A);\r
\r
- /* Retreive the signed 16-bit left and right audio samples */\r
+ /* Retrieve the signed 16-bit left and right audio samples */\r
int16_t LeftSample_16Bit = (int16_t)Endpoint_Read_Word_LE();\r
int16_t RightSample_16Bit = (int16_t)Endpoint_Read_Word_LE();\r
\r