aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-07-04 10:12:57 -0700
committerChris Robinson <[email protected]>2015-07-04 10:12:57 -0700
commit4efe0d869651567aa26a17687d050a0834100f49 (patch)
treeb1b886b6ddfddc27d6086d26599cc9ff1943fc37 /OpenAL32
parentd90dfc8d1f4f9ae374230cab837400a64503c2c1 (diff)
Update a couple comments
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 8d766939..cd584966 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -732,7 +732,7 @@ struct ALCdevice_struct
alignas(16) ALfloat ResampledData[BUFFERSIZE];
alignas(16) ALfloat FilteredData[BUFFERSIZE];
- // Dry path buffer mix
+ /* Dry path buffer mix. */
alignas(16) ALfloat (*DryBuffer)[BUFFERSIZE];
/* Running count of the mixer invocations, in 31.1 fixed point. This