From 7e013dc6986fa9d6dc8616d494d9de5d192c4c69 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Jul 2006 06:34:30 +0000 Subject: Factored out Thread (and Slave, an explicitly signal-driven thread) git-svn-id: http://svn.drobilla.net/lad/ingen@87 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/util/Semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/util/Semaphore.h b/src/common/util/Semaphore.h index 045984a6..fdf63802 100644 --- a/src/common/util/Semaphore.h +++ b/src/common/util/Semaphore.h @@ -27,7 +27,7 @@ * work in GDB. Turns out sem_wait can fail when run in GDB, and Debian * really needs to update it's man pages. * - * This class remains as a pretty wrapper/abstraction that does nothing. + * This class remains as a trivial (yet pretty) wrapper/abstraction. */ class Semaphore { public: -- cgit v1.2.1