From: Matheus Almeida Date: Thu, 30 Jan 2014 13:40:26 +0000 (+0000) Subject: [mips] Fix typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30b21ac37614734ecf8db91c2c7dca8cf164a117;p=oota-llvm.git [mips] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index 7e5706b3d1e..b0e699064ed 100644 --- a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp +++ b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp @@ -1246,7 +1246,7 @@ MipsAsmParser::ParseOperand(SmallVectorImpl &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.