diff options
author | Chris Robinson <[email protected]> | 2015-11-01 00:13:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-01 00:13:02 -0700 |
commit | 3121c3039642ba3d7aea2990fe9a0167493a4222 (patch) | |
tree | 49f003affbfa711327cd5c0b0f1bcf6fdfaa1fa1 /OpenAL32 | |
parent | 4a9dd6576f9fb61a4b61bd862950158e2b9316ac (diff) |
Fix a comment
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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; |