summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sal/inc
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
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.
*/