summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-24 16:29:23 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-24 16:29:23 +0000
commit2b12faa1fd1c384eecacdd1d5a856a1180f4a3e1 (patch)
tree41f609371435f74bd2dcd73306445b64600535c0 /llvm
parent48a409eb39a0146fe96a076068187002b6dfee0f (diff)
downloadbcm5719-llvm-2b12faa1fd1c384eecacdd1d5a856a1180f4a3e1.tar.gz
bcm5719-llvm-2b12faa1fd1c384eecacdd1d5a856a1180f4a3e1.zip
Fix comments as pre-post review for rev.89765.
llvm-svn: 89770
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/System/Path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h
index 19684d34267..04dba1db3e2 100644
--- a/llvm/include/llvm/System/Path.h
+++ b/llvm/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
OpenPOWER on IntegriCloud