diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 87fc4875bd5..5fd6213a9da 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -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 };