From e7ebca6dbeb8c41a442ea28ffc6296562be005a6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 1 Mar 2019 18:25:37 +0000 Subject: Fix typo Change-Id: Ib5409a3c9b22bf0caf950905a75559bdef8b057f Reviewed-on: https://gerrit.libreoffice.org/68612 Tested-by: Jenkins Reviewed-by: Julien Nabet --- cppu/source/threadpool/threadpool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') 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 -- cgit