diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-03-29 21:49:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-03-29 21:52:08 +0200 |
commit | 973dc1ebe03b0f1f0b0e167d64bac8b42c6f241c (patch) | |
tree | 40563fed594648e019c71db7e166d588f58eaa49 /include | |
parent | fb8d3a65c52de029135297b1aae2eb5c5bae8ffe (diff) |
vcl: misleading copypasta in documentation
Change-Id: I673940fde7484500cbf30d4a4b760a8bf4448e33
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 608a1b97dc4a..c946b353440b 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1555,7 +1555,7 @@ public: } } - /** Releases mutex. */ + /** Re-acquires mutex. */ void SAL_CALL reset() { if( m_bCleared) |