Fix a typo (the the => the)
[oota-llvm.git] / lib / Target / ARM / Disassembler / ARMDisassembler.cpp
index 27dd0726659a518a2f59258b6cd49cc288ff5e68..47cca2aef0a753293d753ce391d6a0db864b4e88 100644 (file)
@@ -603,7 +603,7 @@ static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value,
 /// These can often be values in a literal pool near the Address of the
 /// instruction.  The Address of the instruction and its immediate Value are
 /// used as a possible literal pool entry.  The SymbolLookUp call back will
-/// return the name of a symbol referenced by the the literal pool's entry if
+/// return the name of a symbol referenced by the literal pool's entry if
 /// the referenced address is that of a symbol.  Or it will return a pointer to
 /// a literal 'C' string if the referenced address of the literal pool's entry
 /// is an address into a section with 'C' string literals.