Fix a typo: "SLocEnty" should read "SLocEntry".

llvm-svn: 195563
This commit is contained in:
James Dennett
2013-11-24 01:47:49 +00:00
parent 20be263c37
commit aa61cbbe8b
2 changed files with 2 additions and 2 deletions

View File

@@ -1583,7 +1583,7 @@ bool SourceManager::isInMainFile(SourceLocation Loc) const {
return FI.getIncludeLoc().isInvalid();
}
/// \brief The size of the SLocEnty that \arg FID represents.
/// \brief The size of the SLocEntry that \p FID represents.
unsigned SourceManager::getFileIDSize(FileID FID) const {
bool Invalid = false;
const SrcMgr::SLocEntry &Entry = getSLocEntry(FID, &Invalid);