summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-08-31 06:36:22 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-08-31 06:36:22 +0000
commita805b2ded869d5342397d0c62c3c3848900e5c8f (patch)
treec9ea675c941c5bea22f3456a6bf5c1e8cf0c3088 /include
parent34ca5ed79717c9a3dad2bf5823d3747aaedbc74a (diff)
downloadllvm-a805b2ded869d5342397d0c62c3c3848900e5c8f.tar.gz
llvm-a805b2ded869d5342397d0c62c3c3848900e5c8f.tar.bz2
llvm-a805b2ded869d5342397d0c62c3c3848900e5c8f.tar.xz
Fix spelling/typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/System/Path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 0461769f97..ee3b5f638a 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -336,9 +336,9 @@ namespace sys {
/// native Dynamic Library (shared library, shared object) by looking at
/// the file's magic number. The Path object must reference a file, not a
/// directory.
- /// @return strue if the file starts with the magid number for a native
+ /// @returns true if the file starts with the magic number for a native
/// shared library.
- /// @brief Determine if the path reference a dynamic library.
+ /// @brief Determine if the path references a dynamic library.
bool isDynamicLibrary() const;
/// This function determines if the path name references an existing file