summaryrefslogtreecommitdiff
path: root/libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc')
-rw-r--r--libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc b/libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc
index 7c2d0fe196..a81bbd4add 100644
--- a/libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc
+++ b/libs/backends/coreaudio/coreaudio_pcmio_aggregate.cc
@@ -305,7 +305,7 @@ CoreAudioPCM::create_aggregate_device (
fprintf(stderr, "AggregateDevice: kAudioObjectPropertyOwnedObjects error\n");
}
- // Calculate the number of object IDs
+ // Calculate the number of object IDs
subDevicesNum = size / sizeof(AudioObjectID);
#ifndef NDEBUG
printf("AggregateDevice: clock drift compensation, number of sub-devices = %u\n", (unsigned int)subDevicesNum);