diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-24 16:29:23 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-24 16:29:23 +0000 |
commit | 3d8f87969bb73db97d5a80fd7c5d12537fc8ef27 (patch) | |
tree | f8f2aaed8af8fe6a887ee50a06cde4edeac0f023 /include/llvm/System | |
parent | d41e944501a57aadf05b160ac30f383ed0432060 (diff) | |
download | external_llvm-3d8f87969bb73db97d5a80fd7c5d12537fc8ef27.zip external_llvm-3d8f87969bb73db97d5a80fd7c5d12537fc8ef27.tar.gz external_llvm-3d8f87969bb73db97d5a80fd7c5d12537fc8ef27.tar.bz2 |
Fix comments as pre-post review for rev.89765.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r-- | include/llvm/System/Path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 19684d3..04dba1d 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -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 |