summaryrefslogtreecommitdiff
path: root/sal/osl/unx/thread.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-12-20 16:39:24 +0100
commitb63571f510793376a334d346974d4d0d73b9a0ff (patch)
tree73f5bfeadb67c697cf8474381e021b9e23beb863 /sal/osl/unx/thread.cxx
parentdc08157dff6d997b4e5b19c9496ddf54727ba26f (diff)
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'sal/osl/unx/thread.cxx')
-rw-r--r--sal/osl/unx/thread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/thread.cxx b/sal/osl/unx/thread.cxx
index 78843eae09a7..c2f2fc95ff93 100644
--- a/sal/osl/unx/thread.cxx
+++ b/sal/osl/unx/thread.cxx
@@ -527,7 +527,7 @@ void SAL_CALL osl_waitThread(const TimeValue* pDelay)
/* osl_yieldThread */
/*
Note that POSIX scheduling _really_ requires threads to call this
- functions, since a thread only reschedules to other thread, when
+ function, since a thread only reschedules to other thread, when
it blocks (sleep, blocking I/O) OR calls sched_yield().
*/
/*****************************************************************************/