aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-26 21:27:06 +0000
committerDan Gohman <gohman@apple.com>2010-08-26 21:27:06 +0000
commitce46f02a326aacb2219360b22f0d314ca3e9a938 (patch)
tree439e179a47008a769a896db243bd3a1b6c342886 /clang/lib/Basic/SourceManager.cpp
parente25ba0c7c23de150ec416655a2c90f410e87e98e (diff)
downloadllvm-ce46f02a326aacb2219360b22f0d314ca3e9a938.zip
llvm-ce46f02a326aacb2219360b22f0d314ca3e9a938.tar.gz
llvm-ce46f02a326aacb2219360b22f0d314ca3e9a938.tar.bz2
Fix a typo.
llvm-svn: 112219
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r--clang/lib/Basic/SourceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index a01b002..633d86c 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -453,7 +453,7 @@ void SourceManager::ClearPreallocatedSLocEntries() {
// Methods to create new FileID's and instantiations.
//===----------------------------------------------------------------------===//
-/// createFileID - Create a new fileID for the specified ContentCache and
+/// createFileID - Create a new FileID for the specified ContentCache and
/// include position. This works regardless of whether the ContentCache
/// corresponds to a file or some other input source.
FileID SourceManager::createFileID(const ContentCache *File,