Adjust comments to new semantics.
[oota-llvm.git] / 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;