commit 700d6284e199da50b6873eaf7aa5aad5c806857f
parent e7b181bf5dfa3abe4fad401a5590d66269126aaf
Author: sin <sin@2f30.org>
Date: Tue, 5 Jun 2012 20:41:49 +0100
sscall: Update comment to make it more relevant
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sscall.c b/sscall.c
@@ -109,7 +109,7 @@ output_pcm(void *data)
ts.tv_sec += 3;
if (list_empty(&pcm_buf.list)) {
- /* Wait at most 3 seconds to give some
+ /* Wait in the worst case 3 seconds to give some
* grace to perform cleanup if necessary */
rc = pthread_cond_timedwait(&tx_pcm_cond,
&pcm_buf_lock,