summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-25 12:00:34 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-25 12:00:34 +0000
commit87e82ced6069568a0a3169cdd5376a000021acea (patch)
treee0e61dddb2da6acf2b0b1cbdc924fc4c0f3dcecc /llvm
parent44b36ee78c6729f362c13e5cc3a666d84b0aa314 (diff)
downloadbcm5719-llvm-87e82ced6069568a0a3169cdd5376a000021acea.tar.gz
bcm5719-llvm-87e82ced6069568a0a3169cdd5376a000021acea.zip
Adjust comments to new semantics.
llvm-svn: 89862
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/System/Path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/System/Path.h b/llvm/include/llvm/System/Path.h
index 7edd5c08207..b8554c8297c 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 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;
OpenPOWER on IntegriCloud