diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
commit | 572e03a3965d783ea51d1844d202d822ad6e8f8c (patch) | |
tree | 96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/tools/llvm-objdump/MachODump.cpp | |
parent | 175d633271c3b76535474168522578ca244aae5d (diff) | |
download | llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.bz2 |
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/tools/llvm-objdump/MachODump.cpp')
-rw-r--r-- | llvm/tools/llvm-objdump/MachODump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objdump/MachODump.cpp b/llvm/tools/llvm-objdump/MachODump.cpp index bf7451e..1730bf3 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<std::pair<uint64_t, SymbolRef>> Relocs; for (const RelocationRef &Reloc : Section.relocations()) { DataRefImpl Rel; |