mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -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
|
|
@ -208,7 +208,7 @@ static pa_usec_t get_latency_us(pa_object *o) {
|
|||
AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &total);
|
||||
total += v;
|
||||
|
||||
/* the the IOProc buffer size */
|
||||
/* the IOProc buffer size */
|
||||
property_address.mSelector = kAudioDevicePropertyBufferFrameSize;
|
||||
size = sizeof(v);
|
||||
AudioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue