summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-30 07:58:02 +0300
committerTor Lillqvist <tml@collabora.com>2016-03-30 08:09:02 +0300
commitad777d0f07d519f409b056ecdafec623e7edd926 (patch)
treef4e7c5825d3c191de93b8565ef74bc70946a31d9 /include/osl
parenta0527676b17838c310701f169ce23d0386b82eb6 (diff)
Improve wording
Change-Id: If6d0e38070cd99de903639944ecc8db16c653302
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 0a8eb4c14072..be7999e5468d 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -124,8 +124,8 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isThreadRunning(const oslThread Thread);
*/
SAL_DLLPUBLIC void SAL_CALL osl_joinWithThread(oslThread Thread);
-/** Blocks the calling thread at least for the given number
- of time.
+/** Suspends the execution of the calling thread for at least the given
+ time.
*/
SAL_DLLPUBLIC void SAL_CALL osl_waitThread(const TimeValue* pDelay);