aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/FileManager.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-30 17:46:51 +0000
committerChris Lattner <sabre@nondot.org>2007-10-30 17:46:51 +0000
commitf17765d202d1ec34ada7ff3f18d18731588143c2 (patch)
tree3136db30087e6d43f752108b004d1b4e56a69f6b /include/clang/Basic/FileManager.h
parentd65d8eea9f4d576a1101255eb1b16db84d0ce3ae (diff)
update some comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/FileManager.h')
-rw-r--r--include/clang/Basic/FileManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/FileManager.h b/include/clang/Basic/FileManager.h
index ad955d7280..b37d412bc0 100644
--- a/include/clang/Basic/FileManager.h
+++ b/include/clang/Basic/FileManager.h
@@ -36,7 +36,7 @@ public:
/// FileEntry - Cached information about one file on the disk.
///
class FileEntry {
- const char *Name; // Name of the directory.
+ const char *Name; // Name of the file.
off_t Size; // File size in bytes.
time_t ModTime; // Modification time of file.
const DirectoryEntry *Dir; // Directory file lives in.