]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
wmadec: Fix typo in comment.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 21 May 2025 19:38:26 +0000 (21:38 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 21 May 2025 19:38:26 +0000 (21:38 +0200)
wmadec_filter.c

index 53402f16731db597fcb31466f8d2378dba26e84c..e21765db9036e017b992d0fc5c461d7545fb4c21 100644 (file)
@@ -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)