summaryrefslogtreecommitdiff
path: root/include/osl/mutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/mutex.hxx')
-rw-r--r--include/osl/mutex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx
index 55eb7414b038..2aff64b8797d 100644
--- a/include/osl/mutex.hxx
+++ b/include/osl/mutex.hxx
@@ -32,7 +32,7 @@ namespace osl
class SAL_WARN_UNUSED Mutex {
public:
- /** Create a thread-local mutex.
+ /** Create a mutex.
@return 0 if the mutex could not be created, otherwise a handle to the mutex.
@see ::osl_createMutex()
*/