From 8bd3fad8c96d0b42592ab80a4dfdc115a927fe4c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Feb 2010 19:05:06 +0000 Subject: Spelling. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2434 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Semaphore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul') diff --git a/raul/Semaphore.hpp b/raul/Semaphore.hpp index 34c98dd..c449873 100644 --- a/raul/Semaphore.hpp +++ b/raul/Semaphore.hpp @@ -53,7 +53,7 @@ public: /** Wait until count is > 0, then decrement. * - * Note that sem_wait always returns 0 in practise. It returns nonzero + * Note that sem_wait always returns 0 in practice. It returns nonzero * when run in GDB, so the while is necessary to allow debugging. * * Obviously not realtime safe. -- cgit v1.2.1