From b475feaea443d022d2c1863376cf0733a3d6036f Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Tue, 31 Aug 2010 06:36:22 +0000 Subject: [PATCH] Fix spelling/typo. llvm-svn: 112585 --- include/llvm/System/Path.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 0461769f971..ee3b5f638a1 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