summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa62a690e141..9287987a57f2 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -792,7 +792,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileSize(
returned.
@param[in] Handle Handle of the file to be mapped.
- @param[out] ppAddr Memory address of the mapped file
+ @param[in,out] ppAddr Memory address of the mapped file
@param[in] uLength Amount to map of the file from the offset
@param[in] uOffset Offset into the file to map
@param[in] uFlags osl_File_MapFlag_RandomAccess or