From: Ali Tamur Date: Thu, 18 Apr 2019 02:39:37 +0000 (+0000) Subject: Fix a typo in comments. [NFC] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aac8ffb5ffa2efd09c0aeb89c0f0d1b6a0f13f75;p=llvm Fix a typo in comments. [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358639 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 60be9451f4b..b092704f3cb 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/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()) {