]> granicus.if.org Git - clang/commitdiff
Fix a typo.
authorDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 21:27:06 +0000 (21:27 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 26 Aug 2010 21:27:06 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112219 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/SourceManager.cpp

index a01b0029779897ff5788233745d57f27db68e3a9..633d86c1eb8a50284c86a0ce060b343db9b84462 100644 (file)
@@ -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,