summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--raul/Semaphore.hpp2
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.