]> code.delx.au - pulseaudio/blobdiff - src/modules/module-equalizer-sink.c
fix the ever-popular 'the the' typo
[pulseaudio] / src / modules / module-equalizer-sink.c
index 006b3d1c43eedb0e1fcf3f5d1f2cddf17f47a0b5..e07452cd00aa3288eccb80c52454693e50d3b6ee 100644 (file)
@@ -369,7 +369,7 @@ static void dsp_logic(
     for(size_t j = 0; j < u->window_size; ++j){
         dst[j] = X * W[j] * src[j];
     }
-    //zero pad the the remaining fft window
+    //zero pad the remaining fft window
     memset(dst + u->window_size, 0, (u->fft_size - u->window_size) * sizeof(float));
     //Processing is done here!
     //do fft
@@ -441,7 +441,7 @@ static void dsp_logic(
 //        d->v = x->v * w->v * s->v;
 //#endif
     }
-    //zero pad the the remaining fft window
+    //zero pad the remaining fft window
     memset(dst + u->window_size, 0, (u->fft_size - u->window_size) * sizeof(float));
 
     //Processing is done here!