From 6263365b082d7e03988a45c113aa3099cabac5de Mon Sep 17 00:00:00 2001 From: Ali Tamur Date: Thu, 18 Apr 2019 02:39:37 +0000 Subject: [PATCH] Fix a typo in comments. [NFC] llvm-svn: 358639 --- llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 60be945..b092704 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -425,7 +425,7 @@ static void EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, unsigned OpFlags = MI->getOperand(OpNo).getImm(); ++OpNo; // Skip over the ID number. - // FIXME: Shouldn't arch-independant output template handling go into + // FIXME: Shouldn't arch-independent output template handling go into // PrintAsmOperand? if (Modifier[0] == 'l') { // Labels are target independent. if (MI->getOperand(OpNo).isBlockAddress()) { -- 2.7.4