summaryrefslogtreecommitdiff
path: root/include/osl/thread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/thread.hxx')
-rw-r--r--include/osl/thread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 3adfc83fe295..389739c70aa7 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -34,7 +34,7 @@ namespace osl
/** threadFunc is the function which is executed by the threads
created by the osl::Thread class. The function's signature
matches the one of oslWorkerFunction which is declared in
- osl/thread.h .
+ osl/thread.h
*/
extern "C" inline void SAL_CALL threadFunc( void* param);