summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/gate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/gate.hxx')
-rw-r--r--framework/inc/threadhelp/gate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx
index 04c6ce72745d..422d629a2df8 100644
--- a/framework/inc/threadhelp/gate.hxx
+++ b/framework/inc/threadhelp/gate.hxx
@@ -35,7 +35,7 @@ namespace framework{
As a special feature you can open the gate a little bit by sing openGap().
Then all currently waiting threads are running immediately - but new ones are blocked!
- @attention To prevent us against wrong using, the default ctor, copy ctor and the =operator are maked private!
+ @attention To prevent us against wrong using, the default ctor, copy ctor and the =operator are marked private!
@implements IGate
@base IGate