summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/file.h2
-rw-r--r--sal/inc/osl/file.hxx2
-rw-r--r--sal/inc/osl/process.h2
3 files changed, 3 insertions, 3 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.
*/