diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-01 18:25:37 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-02 08:24:59 +0100 |
commit | e7ebca6dbeb8c41a442ea28ffc6296562be005a6 (patch) | |
tree | 91856ffd8638ff02e1be38374f234edaac23f56b /cppu | |
parent | e18c7148198a59895b25b28e7291cd079c7907ed (diff) |
Fix typo
Change-Id: Ib5409a3c9b22bf0caf950905a75559bdef8b057f
Reviewed-on: https://gerrit.libreoffice.org/68612
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/threadpool/threadpool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx index 81c6a91643a2..40b031c85732 100644 --- a/cppu/source/threadpool/threadpool.cxx +++ b/cppu/source/threadpool/threadpool.cxx @@ -417,7 +417,7 @@ uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob ) extern "C" void SAL_CALL uno_threadpool_detach(SAL_UNUSED_PARAMETER uno_ThreadPool) SAL_THROW_EXTERN_C() { - // we might do here some tiding up in case a thread called attach but never detach + // we might do here some tidying up in case a thread called attach but never detach } extern "C" void SAL_CALL |