summaryrefslogtreecommitdiff
path: root/include/llvm/System
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
commit5b512fe527227035c7d180b8678b81a6f80a676f (patch)
tree126586ddbb750ef53c68eb135f88d995bd67404e /include/llvm/System
parent5f9b9efa1719d2b716581ccce977bed65865cc18 (diff)
downloadllvm-5b512fe527227035c7d180b8678b81a6f80a676f.tar.gz
llvm-5b512fe527227035c7d180b8678b81a6f80a676f.tar.bz2
llvm-5b512fe527227035c7d180b8678b81a6f80a676f.tar.xz
Adjust comments to new semantics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r--include/llvm/System/Path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 7edd5c0820..b8554c8297 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 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;