All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git] / Demos / Device / AudioOutput / AudioOutput.c
index 0f390f0..855edf6 100644 (file)
@@ -236,7 +236,7 @@ TASK(USB_Audio_Task)
                /* 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