projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4f501
)
Correct the name of the method. CopyFiles -> CopyFile.
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 18 Dec 2004 00:14:24 +0000
(
00:14
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 18 Dec 2004 00:14:24 +0000
(
00:14
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19025
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/Path.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/Path.h
b/include/llvm/System/Path.h
index 37905107e2794fbe73de711eb8ef0ee8e37424a0..9abb3a0e21873eafa29d16c1ad74b135cfec07b7 100644
(file)
--- 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 CopyFile
s
(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) {