summaryrefslogtreecommitdiffstats
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 0297232065b0..9a9f76f67efa 100644
--- a/include/osl/mutex.hxx
+++ b/include/osl/mutex.hxx
@@ -105,7 +105,7 @@ namespace osl
/** Object lifetime scoped mutex object or interface lock.
*
- * Aquires the template object on construction and releases it on
+ * Acquires the template object on construction and releases it on
* destruction.
*
* @see MutexGuard