Fix "the the" in comments.

llvm-svn: 240112
This commit is contained in:
Eric Christopher
2015-06-19 01:53:21 +00:00
parent 175d633271
commit 572e03a396
32 changed files with 40 additions and 40 deletions

View File

@@ -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;