From 2c5020d6d302a2cd157a4f7e18372aadee5c26b8 Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Wed, 23 Nov 2016 16:29:54 +0000 Subject: [PATCH] Fix typo --- module_usb_audio/audio_io/audio_io.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/audio_io/audio_io.xc b/module_usb_audio/audio_io/audio_io.xc index 66b01e02..671cd911 100755 --- a/module_usb_audio/audio_io/audio_io.xc +++ b/module_usb_audio/audio_io/audio_io.xc @@ -219,7 +219,7 @@ static inline void TransferAdatTxSamples(chanend c_adat_out, const unsigned samp } #endif -/* sampsFromUsbToAudio: The sample frame the device has recived from the host and is going to play to the output audio interfaces */ +/* sampsFromUsbToAudio: The sample frame the device has received from the host and is going to play to the output audio interfaces */ /* sampsFromAudioToUsb: The sample frame that was received from the audio interfaces and that the device is going to send to the host */ void UserBufferManagement(unsigned sampsFromUsbToAudio[], unsigned sampsFromAudioToUsb[], client audManage_if i_audMan);