mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
Fix "the the" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -788,7 +788,7 @@ static void DumpLiteralPointerSection(MachOObjectFile *O,
|
||||
// Set the size of the literal pointer.
|
||||
uint32_t lp_size = O->is64Bit() ? 8 : 4;
|
||||
|
||||
// Collect the external relocation symbols for the the literal pointers.
|
||||
// Collect the external relocation symbols for the literal pointers.
|
||||
std::vector<std::pair<uint64_t, SymbolRef>> Relocs;
|
||||
for (const RelocationRef &Reloc : Section.relocations()) {
|
||||
DataRefImpl Rel;
|
||||
|
Reference in New Issue
Block a user