aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/System/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 37905107e2..9abb3a0e21 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -592,7 +592,7 @@ namespace sys {
/// file specified by Dest. If an error occurs, Dest is removed.
/// @throws std::string if an error opening or writing the files occurs.
/// @brief Copy one file to another.
- void CopyFiles(const Path& Dest, const Path& Src);
+ void CopyFile(const Path& Dest, const Path& Src);
}
inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) {