summaryrefslogtreecommitdiff
path: root/include/osl/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/mutex.h')
-rw-r--r--include/osl/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/mutex.h b/include/osl/mutex.h
index e500ec380990..03c78b117f53 100644
--- a/include/osl/mutex.h
+++ b/include/osl/mutex.h
@@ -32,7 +32,7 @@ extern "C" {
struct _oslMutexImpl;
typedef struct _oslMutexImpl * oslMutex;
-/** Create a thread-local mutex.
+/** Create a mutex.
@return 0 if the mutex could not be created, otherwise a handle to the mutex.
*/
SAL_DLLPUBLIC oslMutex SAL_CALL osl_createMutex(void);