summaryrefslogtreecommitdiff
path: root/sal
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
parentdc08157dff6d997b4e5b19c9496ddf54727ba26f (diff)
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/thread.cxx2
-rw-r--r--sal/qa/helper/gcov/deprecated.txt4
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx2
3 files changed, 4 insertions, 4 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().
*/
/*****************************************************************************/
diff --git a/sal/qa/helper/gcov/deprecated.txt b/sal/qa/helper/gcov/deprecated.txt
index a851c751b161..62d5636a101c 100644
--- a/sal/qa/helper/gcov/deprecated.txt
+++ b/sal/qa/helper/gcov/deprecated.txt
@@ -169,7 +169,7 @@
###
# LLA:
-# this functions are not deprecated, they only marked as deprecated, to say that
+# these functions are not deprecated, they only marked as deprecated, to say that
# there is no test need.
###
rtl_zeroMemory;
@@ -206,7 +206,7 @@
# LLA:
# marked as deprecated, due to the fact there is no access from outside
-# so this functions are not really accessible
+# so these functions are not really accessible
# They are used in rtl/source/locale.c
rtl_hashentry_destroy;
rtl_hashfunc;
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx
index 1840d3b83a33..ba5b0b7552f1 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -415,7 +415,7 @@ namespace osl_Thread
void resumeAndWaitThread(Thread* _pThread)
{
- // This functions starts a thread, wait a second and suspends the thread
+ // This function starts a thread, wait a second and suspends the thread
// Due to the fact, that a suspend and never run thread never really exists.
// Note: on UNX, after createSuspended, and then terminate the thread, it performs well;