mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
doc: Fix a couple of 'to to' typos
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
9271c11e68
commit
679eed5340
3 changed files with 3 additions and 3 deletions
|
|
@ -1096,7 +1096,7 @@ void pa_sink_input_process_rewind(pa_sink_input *i, size_t nbytes /* in sink sam
|
|||
i->process_rewind(i, amount);
|
||||
called = true;
|
||||
|
||||
/* Convert back to to sink domain */
|
||||
/* Convert back to sink domain */
|
||||
if (i->thread_info.resampler)
|
||||
amount = pa_resampler_result(i->thread_info.resampler, amount);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue