diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-08 02:48:04 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-08 02:48:04 +0000 |
commit | 941500dcd18ed06bee0cac7619a3461a9d11e098 (patch) | |
tree | 2a47a803f160a6c383aef40f4a4d00b3fb16d4f0 | |
parent | b62a4c8da682ae31258f335190e4a29c6f840ff5 (diff) | |
download | bcm5719-llvm-941500dcd18ed06bee0cac7619a3461a9d11e098.tar.gz bcm5719-llvm-941500dcd18ed06bee0cac7619a3461a9d11e098.zip |
fix typo
llvm-svn: 22352
-rw-r--r-- | llvm/include/llvm/System/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h index e99ad47f1b6..6b2372841f4 100644 --- a/llvm/include/llvm/System/Path.h +++ b/llvm/include/llvm/System/Path.h @@ -155,7 +155,7 @@ namespace sys { /// @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 |