diff options
Diffstat (limited to 'framework/inc/threadhelp/fairrwlock.hxx')
-rw-r--r-- | framework/inc/threadhelp/fairrwlock.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx index 1979e8926d8d..f815c7afe8d7 100644 --- a/framework/inc/threadhelp/fairrwlock.hxx +++ b/framework/inc/threadhelp/fairrwlock.hxx @@ -85,7 +85,7 @@ class FairRWLock : public IRWLock @short standard ctor @descr Initialize instance with right start values for correct working. no reader could exist => m_nReadCount = 0 - don't block first comming writer => m_aWriteCondition.set() + don't block first coming writer => m_aWriteCondition.set() @seealso - @@ -231,7 +231,7 @@ class FairRWLock : public IRWLock @attention Don't call this method if you are not a writer! Results are not defined then ... - An upgrade can't be implemented realy ... because acquiring new access + An upgrade can't be really implemented ... because acquiring new access will be the same - there no differences! @seealso - |