mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Correct the name of the method. CopyFiles -> CopyFile.
llvm-svn: 19025
This commit is contained in:
parent
3b78513843
commit
97e79cf40a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user