From: rossb Date: Thu, 18 Aug 2011 03:40:47 +0000 (+0000) Subject: tweaked comment X-Git-Tag: pa_stable_v19_20111121_r1788~45 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=ebe9c540489db5d061045e53c11f62f955f0a886;p=portaudio tweaked comment --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index 6817727..b15265b 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -195,7 +195,7 @@ static PaError InitializeHostApis( void ) assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); - /* the first successfully initialized host API with at least one input *or* + /* the first successfully initialized host API with a default input *or* output device is used as the default host API. */ if( (defaultHostApiIndex_ == -1) &&