[cfe-commits] r112219 - /cfe/trunk/lib/Basic/SourceManager.cpp
Dan Gohman
gohman at apple.com
Thu Aug 26 14:27:06 PDT 2010
Author: djg
Date: Thu Aug 26 16:27:06 2010
New Revision: 112219
URL: http://llvm.org/viewvc/llvm-project?rev=112219&view=rev
Log:
Fix a typo.
Modified:
cfe/trunk/lib/Basic/SourceManager.cpp
Modified: cfe/trunk/lib/Basic/SourceManager.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/SourceManager.cpp?rev=112219&r1=112218&r2=112219&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/SourceManager.cpp (original)
+++ cfe/trunk/lib/Basic/SourceManager.cpp Thu Aug 26 16:27:06 2010
@@ -453,7 +453,7 @@
// 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,
More information about the cfe-commits
mailing list