From 554a03d26c147958b99b78690214e195cda65c41 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 25 Jun 2009 12:06:33 -0500 Subject: [PATCH] white space fix --- softsynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softsynth.c b/softsynth.c index 37e70b3..ca17db4 100644 --- a/softsynth.c +++ b/softsynth.c @@ -174,7 +174,7 @@ static void request_espeak_stop(void) pthread_cond_signal(&runner_awake); /* Wake runner, if necessary. */ /* - * Runner will see runner_must_stop == 1 next time it locks + * Runner will see runner_must_stop == 1 next time it locks * queue_guard, or when it awakens. * It will lock acknowledge_guard, acknowledge the stop, and signal * the reader, which will awaken.