summaryrefslogtreecommitdiffstats
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 64fca41f8044..6975880414ae 100644
--- a/include/comphelper/guarding.hxx
+++ b/include/comphelper/guarding.hxx
@@ -32,7 +32,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>