Fix a comment typo

This commit is contained in:
Chris Robinson 2019-03-22 18:37:47 -07:00
parent edc32b40a5
commit 92adfaebce

View File

@ -410,7 +410,7 @@ struct ALCdevice {
alignas(16) ALfloat FilteredData[BUFFERSIZE];
alignas(16) ALfloat NfcSampleData[BUFFERSIZE];
/* Mixing buffer used by the Dry mix, FOAOut, and Real out. */
/* Mixing buffer used by the Dry mix and Real output. */
al::vector<std::array<ALfloat,BUFFERSIZE>, 16> MixBuffer;
/* The "dry" path corresponds to the main output. */