[llvm-commits] CVS: llvm/include/llvm/System/Path.h

Reid Spencer reid at x10sys.com
Fri Dec 17 16:14:35 PST 2004



Changes in directory llvm/include/llvm/System:

Path.h updated: 1.19 -> 1.20
---
Log message:

Correct the name of the method. CopyFiles -> CopyFile.


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/System/Path.h
diff -u llvm/include/llvm/System/Path.h:1.19 llvm/include/llvm/System/Path.h:1.20
--- llvm/include/llvm/System/Path.h:1.19	Wed Dec 15 16:49:18 2004
+++ llvm/include/llvm/System/Path.h	Fri Dec 17 18:14:24 2004
@@ -592,7 +592,7 @@
   /// 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) {






More information about the llvm-commits mailing list