From 324fb8d0b7586a339c79ea57389f232470e0d659 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 2 Oct 2019 19:22:14 -0700 Subject: Fix a comment --- alc/voice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alc/voice.h b/alc/voice.h index 3b1675e6..309c901f 100644 --- a/alc/voice.h +++ b/alc/voice.h @@ -50,7 +50,7 @@ struct BsincState { float sf; /* Scale interpolation factor. */ ALuint m; /* Coefficient count. */ ALuint l; /* Left coefficient offset. */ - /* Filter coefficients, followed by the scale, phase, and scale-phase + /* Filter coefficients, followed by the phase, scale, and scale-phase * delta coefficients. Starting at phase index 0, each subsequent phase * index follows contiguously. */ -- cgit v1.2.3