summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 03:46:36 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-06-23 03:46:36 +1000
commit97c6719c45c0f095a1f13a5ba2a8743f304e4201 (patch)
tree58f86b860d006ac4c0163f0b97cd403232d619a8 /include/osl
parent1bb4e6c0a1aac9b505416eb1f7c952f6b788afa2 (diff)
osl: typo from last commit
Change-Id: I3dce45da77c6ab21be5a999d4ea5b7944a07bbd7
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index de0fc2aa4dcd..dec771d6d8b4 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -761,7 +761,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_setFileSize(
SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize(
oslFileHandle Handle, sal_uInt64 *pSize );
-/** Indicate that the file can be accessws randomly (i.e. there is no sequential
+/** Indicate that the file can be accessed randomly (i.e. there is no sequential
reading). Basically it means that the first byte of every page in the
file-mapping will be read.