Fix a typo in comments. [NFC]
authorAli Tamur <tamur@google.com>
Thu, 18 Apr 2019 02:39:37 +0000 (02:39 +0000)
committerAli Tamur <tamur@google.com>
Thu, 18 Apr 2019 02:39:37 +0000 (02:39 +0000)
llvm-svn: 358639

llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp

index 60be945..b092704 100644 (file)
@@ -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()) {