Fix a comment.
authorDale Johannesen <dalej@apple.com>
Thu, 14 Jan 2010 21:50:17 +0000 (21:50 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 14 Jan 2010 21:50:17 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93463 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index eb732372c45e9a384001efce214a8312ad410251..876f628336fa55a277cc5e02b37567ff48f1ea36 100644 (file)
@@ -1649,7 +1649,7 @@ void AsmPrinter::printLabel(unsigned Id) const {
 
 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
 /// instruction, using the specified assembler variant.  Targets should
-/// overried this to format as appropriate.
+/// override this to format as appropriate.
 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
                                  unsigned AsmVariant, const char *ExtraCode) {
   // Target doesn't support this yet!