From b7d89058ddf9f4754f6f1de686f3f7bfdfb550e5 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 16 Apr 2024 15:11:31 -0700 Subject: [PATCH] Update polyphase.c --- src/libhelix-mp3/polyphase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libhelix-mp3/polyphase.c b/src/libhelix-mp3/polyphase.c index bd331df..2f3ea06 100644 --- a/src/libhelix-mp3/polyphase.c +++ b/src/libhelix-mp3/polyphase.c @@ -54,7 +54,7 @@ * (see comment on Dequantize() for more info) */ #define DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15) -#define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */ +#define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating multiplies */ static __inline short ClipToShort(int x, int fracBits) {