diff --git a/nx/source/services/audin.c b/nx/source/services/audin.c index f0d104c1..e61326f5 100644 --- a/nx/source/services/audin.c +++ b/nx/source/services/audin.c @@ -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))