summaryrefslogtreecommitdiff
path: root/include/comphelper/guarding.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/guarding.hxx')
-rw-r--r--include/comphelper/guarding.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/guarding.hxx b/include/comphelper/guarding.hxx
index 7b5892c535cf..a750d479064b 100644
--- a/include/comphelper/guarding.hxx
+++ b/include/comphelper/guarding.hxx
@@ -31,7 +31,7 @@ namespace comphelper
/** opposite of OGuard :)
- (a mutex is released within the constructor and acquired within the desctructor)
+ (a mutex is released within the constructor and acquired within the destructor)
use only when you're sure the mutex is acquired !
*/
template <class MUTEX>