diff options
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index d4f426e0..70426532 100644 --- a/src/audio.c +++ b/src/audio.c @@ -396,7 +396,7 @@ static mal_uint32 OnSendAudioDataToDevice(mal_device* pDevice, mal_uint32 frameC } } - // AudioStreams. These are handling slightly differently to sounds because we do data conversion at mixing time rather than + // AudioStreams. These are handled slightly differently to sounds because we do data conversion at mixing time rather than // load time. for (AudioStreamData* internalData = firstAudioStream; internalData != NULL; internalData = internalData->next) { |
