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 | ce46f02a326aacb2219360b22f0d314ca3e9a938 (patch) | |
tree | 439e179a47008a769a896db243bd3a1b6c342886 /clang/lib/Basic/SourceManager.cpp | |
parent | e25ba0c7c23de150ec416655a2c90f410e87e98e (diff) | |
download | llvm-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.cpp | 2 |
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, |