Fix typo s/ther/there/

llvm-svn: 56924
This commit is contained in:
Jim Grosbach 2008-10-01 18:16:49 +00:00
parent d65a4daeea
commit 3dc0a3bce3
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ unsigned ARMCodeEmitter::getAddrMode1InstrBinary(const MachineInstr &MI,
++OpIdx;
}
// Encode first non-shifter register operand if ther is one.
// Encode first non-shifter register operand if there is one.
unsigned Format = TID.TSFlags & ARMII::FormMask;
bool isUnary = (Format == ARMII::DPRdMisc ||
Format == ARMII::DPRdIm ||