mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Correct typo ("a entry" -> "an entry")
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3b8cc2299b
commit
d0c33e5482
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user