From ebe9c540489db5d061045e53c11f62f955f0a886 Mon Sep 17 00:00:00 2001 From: rossb Date: Thu, 18 Aug 2011 03:40:47 +0000 Subject: [PATCH] tweaked comment --- src/common/pa_front.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) && -- 2.43.0