[llvm-commits] [llvm] r112585 - /llvm/trunk/include/llvm/System/Path.h
Michael J. Spencer
bigcheesegs at gmail.com
Mon Aug 30 23:36:22 PDT 2010
Author: mspencer
Date: Tue Aug 31 01:36:22 2010
New Revision: 112585
URL: http://llvm.org/viewvc/llvm-project?rev=112585&view=rev
Log:
Fix spelling/typo.
Modified:
llvm/trunk/include/llvm/System/Path.h
Modified: llvm/trunk/include/llvm/System/Path.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Path.h?rev=112585&r1=112584&r2=112585&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Tue Aug 31 01:36:22 2010
@@ -336,9 +336,9 @@
/// 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
More information about the llvm-commits
mailing list