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 | 4607b5487775ccc236270bc6a058590141a28289 (patch) | |
tree | 3a661314287759290cfd418846d74d754170fdb7 | |
parent | 72b286b0a0f8987bc247ae052ac86008c553e9ae (diff) | |
download | external_llvm-4607b5487775ccc236270bc6a058590141a28289.zip external_llvm-4607b5487775ccc236270bc6a058590141a28289.tar.gz external_llvm-4607b5487775ccc236270bc6a058590141a28289.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22352 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/System/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index e99ad47..6b23728 100644 --- a/include/llvm/System/Path.h +++ b/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 |