From 572e03a3965d783ea51d1844d202d822ad6e8f8c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 19 Jun 2015 01:53:21 +0000 Subject: Fix "the the" in comments. llvm-svn: 240112 --- llvm/tools/llvm-objdump/MachODump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-objdump') diff --git a/llvm/tools/llvm-objdump/MachODump.cpp b/llvm/tools/llvm-objdump/MachODump.cpp index bf7451eb86d..1730bf3859f 100644 --- a/llvm/tools/llvm-objdump/MachODump.cpp +++ b/llvm/tools/llvm-objdump/MachODump.cpp @@ -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> Relocs; for (const RelocationRef &Reloc : Section.relocations()) { DataRefImpl Rel; -- cgit v1.2.3