diff options
author | David Robillard <d@drobilla.net> | 2010-02-09 19:05:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-02-09 19:05:06 +0000 |
commit | 8bd3fad8c96d0b42592ab80a4dfdc115a927fe4c (patch) | |
tree | fc755204f6cf8bd42f84abd0b4f16c66b472e7e0 /raul | |
parent | b8f87a5b55387ad7b698742dcfcc1bc93538a053 (diff) | |
download | raul-8bd3fad8c96d0b42592ab80a4dfdc115a927fe4c.tar.gz raul-8bd3fad8c96d0b42592ab80a4dfdc115a927fe4c.tar.bz2 raul-8bd3fad8c96d0b42592ab80a4dfdc115a927fe4c.zip |
Spelling.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2434 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r-- | raul/Semaphore.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |