aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-22 18:37:47 -0700
committerChris Robinson <[email protected]>2019-03-22 18:37:47 -0700
commit92adfaebcecd305bc6fce43a40b41971bfe564b3 (patch)
tree1ef46730585e624fee399d1d927739931c91f810 /OpenAL32
parentedc32b40a53c67971e6f62cf067a7e0b6ab5cee6 (diff)
Fix a comment typo
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 4fefe89a..a06fee1c 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -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. */