mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 12:08:33 +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.
|
// Capture directory name.
|
||||||
unsigned DirIndex;
|
unsigned DirIndex;
|
||||||
if (Directory.empty()) {
|
if (Directory.empty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user