X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fb3fcb968ea70f8b5c6d8f7edde65745e49628f2..6933f2e1a543b066ebe734bd126a7ff2f1c2777f:/Demos/Device/AudioOutput/AudioOutput.c diff --git a/Demos/Device/AudioOutput/AudioOutput.c b/Demos/Device/AudioOutput/AudioOutput.c index 0f390f001..855edf68c 100644 --- a/Demos/Device/AudioOutput/AudioOutput.c +++ b/Demos/Device/AudioOutput/AudioOutput.c @@ -236,7 +236,7 @@ TASK(USB_Audio_Task) /* Clear the sample reload timer */ TIFR0 |= (1 << OCF0A); - /* Retreive the signed 16-bit left and right audio samples */ + /* Retrieve the signed 16-bit left and right audio samples */ int16_t LeftSample_16Bit = (int16_t)Endpoint_Read_Word_LE(); int16_t RightSample_16Bit = (int16_t)Endpoint_Read_Word_LE();