summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-12-20 13:30:37 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-12-20 13:30:37 +0000
commitc41f4de754a76e0c1bb251cdc10fac587d2f7dbd (patch)
treede9337f32a2f6dffe2debd1e9022e38e2c4af081 /include/llvm/Support/PathV1.h
parent2d484eb88d82aa53db509fca14f36ebe8f108706 (diff)
downloadllvm-c41f4de754a76e0c1bb251cdc10fac587d2f7dbd.tar.gz
llvm-c41f4de754a76e0c1bb251cdc10fac587d2f7dbd.tar.bz2
llvm-c41f4de754a76e0c1bb251cdc10fac587d2f7dbd.tar.xz
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-rw-r--r--include/llvm/Support/PathV1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index aceb572529..5026f2cd12 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -106,7 +106,7 @@ namespace sys {
/// cannot be created, the function will throw an exception.
/// @returns an invalid path (empty) on error
/// @param ErrMsg Optional place for an error message if an error occurs
- /// @brief Constrct a path to an new, unique, existing temporary
+ /// @brief Construct a path to an new, unique, existing temporary
/// directory.
static Path GetTemporaryDirectory(std::string* ErrMsg = 0);
@@ -260,7 +260,7 @@ namespace sys {
bool isEmpty() const { return path.empty(); }
/// This function returns the last component of the path name. The last
- /// component is the file or directory name occuring after the last
+ /// component is the file or directory name occurring after the last
/// directory separator. If no directory separator is present, the entire
/// path name is returned (i.e. same as toString).
/// @returns StringRef containing the last component of the path name.