aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-11-01 00:13:02 -0700
committerChris Robinson <[email protected]>2015-11-01 00:13:02 -0700
commit3121c3039642ba3d7aea2990fe9a0167493a4222 (patch)
tree49f003affbfa711327cd5c0b0f1bcf6fdfaa1fa1 /OpenAL32
parent4a9dd6576f9fb61a4b61bd862950158e2b9316ac (diff)
Fix a comment
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index f4dfae64..126fffb5 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -137,7 +137,7 @@ typedef struct SendParams {
ALfilterState HighPass;
} Filters[MAX_INPUT_CHANNELS];
- /* Gain control, which applies to all input channels to a single (mono)
+ /* Gain control, which applies to each input channel to a single (mono)
* output buffer. */
MixGains Gains[MAX_INPUT_CHANNELS];
} SendParams;