Adjust comments to new semantics.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Wed, 25 Nov 2009 12:00:34 +0000 (12:00 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Wed, 25 Nov 2009 12:00:34 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89862 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Path.h

index 7edd5c082079ed2f10016f5c3e9eaad4bf740ff6..b8554c8297ceb0cc80d9481eeccc6924d3b00976 100644 (file)
@@ -380,9 +380,9 @@ namespace sys {
       /// 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;