From: Jim Grosbach Date: Tue, 14 Sep 2010 21:05:34 +0000 (+0000) Subject: fix comment typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3f09527e6484143fcdef2ddfef0b2f016881e36;p=oota-llvm.git fix comment typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113856 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp index 6cfd5961149..47d68fa80d2 100644 --- a/lib/Target/ARM/ARMAsmPrinter.cpp +++ b/lib/Target/ARM/ARMAsmPrinter.cpp @@ -1343,7 +1343,7 @@ void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) { OutStreamer.EmitLabel(Label); - // Form and emit tha dd. + // Form and emit the add. MCInst AddInst; AddInst.setOpcode(ARM::ADDrr); AddInst.addOperand(MCOperand::CreateReg(MI->getOperand(0).getReg()));