From 5b7a22c68124a01967a67d659145eb0b50d7d200 Mon Sep 17 00:00:00 2001 Message-Id: <5b7a22c68124a01967a67d659145eb0b50d7d200.1715479661.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 28 Feb 2009 10:41:50 +0000 Subject: [PATCH] typo fix Organization: Straylight/Edgeware From: Richard Kettlewell --- server/speaker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/speaker.c b/server/speaker.c index 340e995..6f8a5d9 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -33,7 +33,7 @@ * this is arranged by the @c disorder-normalize program (see @ref * server/normalize.c). * -7 * @b Garbage @b Collection. This program deliberately does not use the + * @b Garbage @b Collection. This program deliberately does not use the * garbage collector even though it might be convenient to do so. This is for * two reasons. Firstly some sound APIs use thread threads and we do not want * to have to deal with potential interactions between threading and garbage -- [mdw]