summaryrefslogtreecommitdiffstats
path: root/include/raul/Semaphore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Semaphore.hpp')
-rw-r--r--include/raul/Semaphore.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Semaphore.hpp b/include/raul/Semaphore.hpp
index 5e9303b..9e8dbb1 100644
--- a/include/raul/Semaphore.hpp
+++ b/include/raul/Semaphore.hpp
@@ -30,7 +30,7 @@
#include <chrono>
#include <stdexcept>
-namespace Raul {
+namespace raul {
/**
Unnamed (process local) counting semaphore.
@@ -271,6 +271,6 @@ Semaphore::timed_wait(const std::chrono::duration<Rep, Period>& wait)
#endif
-} // namespace Raul
+} // namespace raul
#endif // RAUL_SEMAPHORE_HPP