[mips] Fix typo.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 30 Jan 2014 13:40:26 +0000 (13:40 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 30 Jan 2014 13:40:26 +0000 (13:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200465 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmParser/MipsAsmParser.cpp

index 7e5706b3d1ecf9cd1621fc427da4c830e2decaf5..b0e699064ed20cdfdd5e085e556766d0842696e1 100644 (file)
@@ -1246,7 +1246,7 @@ MipsAsmParser::ParseOperand(SmallVectorImpl<MCParsedAsmOperand *> &Operands,
       return false;
     }
     // Look for the existing symbol, we should check if
-    // we need to assigne the proper RegisterKind.
+    // we need to assign the proper RegisterKind.
     if (searchSymbolAlias(Operands, MipsOperand::Kind_None))
       return false;
   // Else drop to expression parsing.