From d3651c8723df84fb0acbf2ef170143d8adde304d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 21 May 2025 21:38:26 +0200 Subject: [PATCH] wmadec: Fix typo in comment. --- wmadec_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmadec_filter.c b/wmadec_filter.c index 53402f16..e21765db 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -107,7 +107,7 @@ struct private_wmadec_data { #define EXPVLCBITS 8 #define VLCBITS 9 -/** \cond sine_winows */ +/** \cond sine_windows */ #define SINE_WINDOW(x) static float sine_ ## x[x] __a_aligned(16) -- 2.39.5