aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcEcho.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alcEcho.c')
-rw-r--r--Alc/alcEcho.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Alc/alcEcho.c b/Alc/alcEcho.c
index 6640d9af..cbc57a03 100644
--- a/Alc/alcEcho.c
+++ b/Alc/alcEcho.c
@@ -38,8 +38,8 @@ struct ALechoState {
ALfloat *SampleBuffer;
ALuint BufferLength;
- // The echo is two tap. The third tap is the offset to sample from for
- // feedback
+ // The echo is two tap. The third tap is the offset to write the feedback
+ // and input sample to
struct {
ALuint offset;
} Tap[3];