summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/file.h2
-rw-r--r--sal/inc/osl/file.hxx2
-rw-r--r--sal/inc/osl/process.h2
-rw-r--r--sal/osl/w32/interlck.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/osl/file.h b/sal/inc/osl/file.h
index 52f1eeeed52f..873027046fe9 100644
--- a/sal/inc/osl/file.h
+++ b/sal/inc/osl/file.h
@@ -310,7 +310,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_acquireDirectoryItem(
SAL_DLLPUBLIC oslFileError SAL_CALL osl_releaseDirectoryItem(
oslDirectoryItem Item );
-/** Determine if two directory items point the the same underlying file
+/** Determine if two directory items point the same underlying file
The comparison is done first by URL, and then by resolving links to
find the target, and finally by comparing inodes on unix.
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 5c9a268bd4b9..e2e304f3e527 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -1579,7 +1579,7 @@ public:
return (RC) osl_getFileStatus( _pData, &rStatus._aStatus, rStatus._nMask );
}
-/** Determine if a directory item point the the same underlying file
+/** Determine if a directory item point the same underlying file
The comparison is done first by URL, and then by resolving links to
find the target, and finally by comparing inodes on unix.
diff --git a/sal/inc/osl/process.h b/sal/inc/osl/process.h
index c5fe06fa4cb8..241f9a857552 100644
--- a/sal/inc/osl/process.h
+++ b/sal/inc/osl/process.h
@@ -336,7 +336,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_joinProcessWithTimeout(
@param[out] pInfo a pointer to a vaid oslProcessInfo structure.
the Size field has to be initialized with the size
of the oslProcessInfo structure.
- on success the the Field member holds the (or'ed)
+ on success the Field member holds the (or'ed)
retrieved valid information fields.
@return osl_Process_E_None on success, osl_Process_E_Unknown on failure.
*/
diff --git a/sal/osl/w32/interlck.c b/sal/osl/w32/interlck.c
index 70933e68fa24..13392c89ee05 100644
--- a/sal/osl/w32/interlck.c
+++ b/sal/osl/w32/interlck.c
@@ -27,7 +27,7 @@ extern int osl_isSingleCPU;
/* For all Intel x86 above x486 we use a spezial inline assembler implementation.
The main reason is that WIN9? does not return the result of the operation.
Instead there is only returned a value greater than zero is the increment
- result is greater than zero, but not the the result of the addition.
+ result is greater than zero, but not the result of the addition.
For Windows NT the native function could be used, because the correct result
is returned. Beacuse of simpler code maintance and performace reasons we use
on every x86-Windows-Platform the inline assembler implementation.