Fix comments as pre-post review for rev.89765.

llvm-svn: 89770
This commit is contained in:
Edward O'Callaghan 2009-11-24 16:29:23 +00:00
parent 48a409eb39
commit 2b12faa1fd
1 changed files with 2 additions and 2 deletions

View 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