summaryrefslogtreecommitdiff
path: root/include
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 /include
parentdc08157dff6d997b4e5b19c9496ddf54727ba26f (diff)
Typos
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
Diffstat (limited to 'include')
-rw-r--r--include/osl/thread.h4
-rw-r--r--include/rtl/process.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/osl/thread.h b/include/osl/thread.h
index 7c2dd3c270e2..0a8eb4c14072 100644
--- a/include/osl/thread.h
+++ b/include/osl/thread.h
@@ -62,7 +62,7 @@ typedef sal_uInt32 oslThreadIdentifier;
typedef void* oslThreadKey;
/** Create the thread, using the function-ptr pWorker as
- its main (worker) function. This functions receives in
+ its main (worker) function. This function receives in
its void* parameter the value supplied by pThreadData.
Once the OS-structures are initialized,the thread starts
running.
@@ -71,7 +71,7 @@ typedef void* oslThreadKey;
SAL_DLLPUBLIC oslThread SAL_CALL osl_createThread(oslWorkerFunction pWorker, void* pThreadData);
/** Create the thread, using the function-ptr pWorker as
- its main (worker) function. This functions receives in
+ its main (worker) function. This function receives in
its void* parameter the value supplied by pThreadData.
The thread will be created, but it won't start running.
To wake-up the thread, use resume().
diff --git a/include/rtl/process.h b/include/rtl/process.h
index bd55a3a87dce..d393b5cc651f 100644
--- a/include/rtl/process.h
+++ b/include/rtl/process.h
@@ -46,7 +46,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_getGlobalProcessId( sal_uInt8 *pTargetUUID );
/** Get the nArg-th command-line argument passed to the main-function of this process.
- This functions differs from osl_getCommandArg() in filtering any bootstrap values
+ This function differs from osl_getCommandArg() in filtering any bootstrap values
given by command args, that means that all arguments starting with "-env:" will be
ignored by this function.
@@ -60,7 +60,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL rtl_getAppCommandArg(sal_uInt32 nArg, rtl
/** Returns the number of command line arguments at process start.
- This functions differs from osl_getCommandArg() in filtering any bootstrap values
+ This function differs from osl_getCommandArg() in filtering any bootstrap values
given by command args, that means that all arguments starting with "-env:" will be
ignored by this function.