diff options
Diffstat (limited to 'cppu/inc/uno/threadpool.h')
-rw-r--r-- | cppu/inc/uno/threadpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/uno/threadpool.h b/cppu/inc/uno/threadpool.h index cc8cee8537ce..973fa54ceee0 100644 --- a/cppu/inc/uno/threadpool.h +++ b/cppu/inc/uno/threadpool.h @@ -60,7 +60,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_getIdOfCurrentThread( sal_Sequence **ppThreadId /** - If the internal refcount drops to zero, the association betwen threadId and + If the internal refcount drops to zero, the association between threadId and thread is broken. */ CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread() |