[llvm-commits] [llvm] r118376 - /llvm/trunk/include/llvm/System/Path.h

Rafael Espindola rafael.espindola at gmail.com
Sun Nov 7 05:48:10 PST 2010


Author: rafael
Date: Sun Nov  7 07:48:10 2010
New Revision: 118376

URL: http://llvm.org/viewvc/llvm-project?rev=118376&view=rev
Log:
typos

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=118376&r1=118375&r2=118376&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Sun Nov  7 07:48:10 2010
@@ -367,16 +367,16 @@
       /// the file system.
       bool exists() const;
 
-      /// This function determines if the path name refences an
+      /// This function determines if the path name references an
       /// existing directory.
       /// @returns true if the pathname references an existing directory.
-      /// @brief Determins if the path is a directory in the file system.
+      /// @brief Determines if the path is a directory in the file system.
       bool isDirectory() const;
 
-      /// This function determines if the path name refences an
+      /// This function determines if the path name references an
       /// existing symbolic link.
       /// @returns true if the pathname references an existing symlink.
-      /// @brief Determins if the path is a symlink in the file system.
+      /// @brief Determines if the path is a symlink in the file system.
       bool isSymLink() const;
 
       /// This function determines if the path name references a readable file





More information about the llvm-commits mailing list