Fix a comment

This commit is contained in:
Chris Robinson 2019-10-02 19:22:14 -07:00
parent 58085f1c7b
commit 324fb8d0b7

View File

@ -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.
*/