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

Edward O'Callaghan eocallaghan at auroraux.org
Wed Nov 25 04:00:34 PST 2009


Author: evocallaghan
Date: Wed Nov 25 06:00:34 2009
New Revision: 89862

URL: http://llvm.org/viewvc/llvm-project?rev=89862&view=rev
Log:
Adjust comments to new semantics.

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=89862&r1=89861&r2=89862&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Path.h (original)
+++ llvm/trunk/include/llvm/System/Path.h Wed Nov 25 06:00:34 2009
@@ -380,9 +380,9 @@
       /// in the file system.
       bool canWrite() const;
 
-      /// This function checks that what we're trying to work only on a regular file
-      /// or directory. Check for things like /dev/null, any block special file,
-      /// or other things that aren't "regular" regular files or directories.
+      /// This function checks that what we're trying to work only on a regular file.
+      /// Check for things like /dev/null, any block special file,
+      /// or other things that aren't "regular" regular files.
       /// @returns true if the file is S_ISREG.
       /// @brief Determines if the file is a regular file
       bool isRegularFile() const;





More information about the llvm-commits mailing list