From: Misha Brukman Date: Tue, 23 Sep 2003 17:27:28 +0000 (+0000) Subject: Fix spelling. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8b2fe1943c524b87a78d23217495e53b27984d5c;p=oota-llvm.git Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index 3a9893162b8..ec85038e5a7 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp @@ -500,7 +500,7 @@ SparcFunctionAsmPrinter::emitMachineInst(const MachineInstr *MI) unsigned N = 1; for (unsigned OpNum = 0; OpNum < MI->getNumOperands(); OpNum += N) if (! ((1 << OpNum) & Mask)) { // Ignore this operand? - if (NeedComma) toAsm << ", "; // Handle comma outputing + if (NeedComma) toAsm << ", "; // Handle comma outputting NeedComma = true; N = printOperands(MI, OpNum); } else