Fix comments as pre-post review for rev.89765.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 24 Nov 2009 16:29:23 +0000 (16:29 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Tue, 24 Nov 2009 16:29:23 +0000 (16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89770 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Path.h

index 19684d34267954b362e46b6f5ecf8921e7fb43cc..04dba1db3e25e7ff56a551c020344d7b052d6294 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 Dir.
+      /// 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" files.
+      /// or other things that aren't "regular" regular files or directories.
       bool isSpecialFile() const;
 
       /// This function determines if the path name references an executable