ARMAsmParser: fix typo in comment
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Dec 2013 03:07:12 +0000 (03:07 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Dec 2013 03:07:12 +0000 (03:07 +0000)
llvm-svn: 198095

llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 073d6c8..60c0929 100644 (file)
@@ -4703,7 +4703,7 @@ bool ARMAsmParser::parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
       Operands.push_back(ARMOperand::CreateImm(ImmVal, S, E));
 
       // There can be a trailing '!' on operands that we want as a separate
-      // '!' Token operand. Handle that here. For example, the compatibilty
+      // '!' Token operand. Handle that here. For example, the compatibility
       // alias for 'srsdb sp!, #imm' is 'srsdb #imm!'.
       if (Parser.getTok().is(AsmToken::Exclaim)) {
         Operands.push_back(ARMOperand::CreateToken(Parser.getTok().getString(),