Minor text fix

This commit is contained in:
Mike H 2018-03-02 20:20:54 +00:00 committed by GitHub
parent f85a020a99
commit fb34bd98e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Result audinCaptureBuffer(AudioInBuffer *source, AudioInBuffer **released) {
Result rc = 0;
u32 released_count = 0;
// Try to push the supplied buffer to the audio output device
// Try to push the supplied buffer to the audio input device
rc = audinAppendAudioInBuffer(source);
if (R_SUCCEEDED(rc))