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

Jeff Cohen jeffc at jolt-lang.org
Thu Jul 7 19:48:15 PDT 2005



Changes in directory llvm/include/llvm/System:

Path.h updated: 1.24 -> 1.25
---
Log message:

fix typo

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

 Path.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/System/Path.h
diff -u llvm/include/llvm/System/Path.h:1.24 llvm/include/llvm/System/Path.h:1.25
--- llvm/include/llvm/System/Path.h:1.24	Thu Jul  7 18:21:43 2005
+++ llvm/include/llvm/System/Path.h	Thu Jul  7 21:48:04 2005
@@ -155,7 +155,7 @@
       /// @brief Construct an empty (and invalid) path.
       Path() : path() {}
 
-      /// This constructor will accept a std::string as a path but if verifies
+      /// This constructor will accept a std::string as a path but it verifies
       /// that the path string has a legal syntax for the operating system on
       /// which it is running. This allows a path to be taken in from outside
       /// the program. However, if the path is not valid, the Path object will






More information about the llvm-commits mailing list