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