Correct typo ("a entry" -> "an entry")

llvm-svn: 203678
This commit is contained in:
David Blaikie 2014-03-12 16:56:05 +00:00
parent 3d5d464df8
commit c47d084650
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
}
}
// Find or make a entry in the MCDwarfDirs vector for this Directory.
// Find or make an entry in the MCDwarfDirs vector for this Directory.
// Capture directory name.
unsigned DirIndex;
if (Directory.empty()) {