Fix spelling/typo.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 31 Aug 2010 06:36:22 +0000 (06:36 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 31 Aug 2010 06:36:22 +0000 (06:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112585 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Path.h

index 0461769f971087d1407f27771f99fee1bdf68660..ee3b5f638a1d95fea788aa14b61665561c0ef4ce 100644 (file)
@@ -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