Fix comment

llvm-svn: 38721
This commit is contained in:
Chris Lattner 2006-07-15 23:40:13 +00:00
parent 203b4568e2
commit e1954ac1a3
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ private:
/// file or some other input source.
unsigned createFileID(const SrcMgr::InfoRec *File, SourceLocation IncludePos);
/// getFileInfo - Create or return a cached FileInfo for the specified file.
/// getInfoRec - Create or return a cached FileInfo for the specified file.
/// This returns null on failure.
const SrcMgr::InfoRec *getInfoRec(const FileEntry *SourceFile);