mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix the ever-popular 'the the' typo
some are comments, some are user-visible doxygen text and documentation
This commit is contained in:
parent
fab254c419
commit
b351e06817
10 changed files with 11 additions and 11 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue