From 92adfaebcecd305bc6fce43a40b41971bfe564b3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 22 Mar 2019 18:37:47 -0700 Subject: Fix a comment typo --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') 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, 16> MixBuffer; /* The "dry" path corresponds to the main output. */ -- cgit v1.2.3