diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-12 13:49:18 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-12 06:55:19 +0200 |
commit | 81f92bc061ce0a66c9bf26047bdc6e939b68626b (patch) | |
tree | 2a7b89ef1d7832587ef4979f2af425edb12d58eb /include | |
parent | b5f5085c0b795c470066d1dd3fd757be5a7bf01a (diff) |
osl: file header comment clarification
Change-Id: I07aa1d2452dcdd891782707ae6928027e03f00e8
Reviewed-on: https://gerrit.libreoffice.org/37523
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osl/file.h b/include/osl/file.h index 6ef1c09a8459..3e6f392fb6ee 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -35,7 +35,8 @@ extern "C" { Main goals and usage hints The main intention of this interface is to provide an universal portable and -high performance access to file system issues on any operating system. +high performance access to file system functionality on any operating +system. There are a few main goals: |