diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-31 06:36:22 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-31 06:36:22 +0000 |
commit | 1279e737f55bb56309b4b578d6b2fa235f98f41a (patch) | |
tree | e475942c4dda8a61c7fdf33b74cea7c23573b2ac | |
parent | 417d72823aea2d0f50e8de210001dca61a503421 (diff) | |
download | bcm5719-llvm-1279e737f55bb56309b4b578d6b2fa235f98f41a.tar.gz bcm5719-llvm-1279e737f55bb56309b4b578d6b2fa235f98f41a.zip |
Fix spelling/typo.
llvm-svn: 112585
-rw-r--r-- | llvm/include/llvm/System/Path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h index 0461769f971..ee3b5f638a1 100644 --- a/llvm/include/llvm/System/Path.h +++ b/llvm/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 |