]> code.delx.au - pulseaudio/blobdiff - src/modules/macosx/module-coreaudio-device.c
fix the ever-popular 'the the' typo
[pulseaudio] / src / modules / macosx / module-coreaudio-device.c
index d2762819aec271df91336c46f5232c304fdde3b8..47fd1e69393e73b606e0fccd982ccd6f02ba7826 100644 (file)
@@ -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);