diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-26 21:27:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-26 21:27:06 +0000 |
commit | 3f86b789f5b98731937f90b3941104a313766953 (patch) | |
tree | 72a4710fbd523dee6bf6e6d53442448532b171ff /lib/Basic/SourceManager.cpp | |
parent | 7b733505defd34f1bb7e74d9526be0bc41e76693 (diff) | |
download | clang-3f86b789f5b98731937f90b3941104a313766953.tar.gz |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index a01b002977..633d86c1eb 100644 --- a/lib/Basic/SourceManager.cpp +++ b/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, |