summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Support/FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h
index 87fc4875bd5..5fd6213a9da 100644
--- a/llvm/include/llvm/Support/FileSystem.h
+++ b/llvm/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 };
OpenPOWER on IntegriCloud