sys::fs::access(): Fix @param [-Wdocumentation]

llvm-svn: 217684
This commit is contained in:
NAKAMURA Takumi 2014-09-12 15:12:21 +00:00
parent 9e424c0eb4
commit 798cc23c56
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ bool exists(file_status status);
/// @brief Can the file be accessed?
///
/// @param path Input path.
/// @param Path Input path.
/// @returns errc::success if the path can be accessed, otherwise a
/// platform-specific error_code.
enum class AccessMode { Exist, Write, Execute };