summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
committerEric Christopher <echristo@gmail.com>2015-06-19 01:53:21 +0000
commit572e03a3965d783ea51d1844d202d822ad6e8f8c (patch)
tree96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/tools
parent175d633271c3b76535474168522578ca244aae5d (diff)
downloadbcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz
bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-objdump/MachODump.cpp2
-rw-r--r--llvm/tools/llvm-size/llvm-size.cpp2
2 files changed, 2 insertions, 2 deletions
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<std::pair<uint64_t, SymbolRef>> Relocs;
for (const RelocationRef &Reloc : Section.relocations()) {
DataRefImpl Rel;
diff --git a/llvm/tools/llvm-size/llvm-size.cpp b/llvm/tools/llvm-size/llvm-size.cpp
index c64c1d722d3..9a6e2c1ae4b 100644
--- a/llvm/tools/llvm-size/llvm-size.cpp
+++ b/llvm/tools/llvm-size/llvm-size.cpp
@@ -97,7 +97,7 @@ static size_t getNumLengthAsString(uint64_t num) {
return result.size();
}
-/// @brief Return the the printing format for the Radix.
+/// @brief Return the printing format for the Radix.
static const char *getRadixFmt(void) {
switch (Radix) {
case octal:
OpenPOWER on IntegriCloud