summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);