From: Andre Noll Date: Wed, 21 May 2025 19:38:26 +0000 (+0200) Subject: wmadec: Fix typo in comment. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=d3651c8723df84fb0acbf2ef170143d8adde304d;p=paraslash.git wmadec: Fix typo in comment. --- 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)