Fix grammar.
authorBill Wendling <isanbard@gmail.com>
Sat, 6 Nov 2010 10:51:53 +0000 (10:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 6 Nov 2010 10:51:53 +0000 (10:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118341 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 1dbf6a97963b8c9d4ea86d25c7bbd8125ae77f22..8b16d63ead9bcf6830f7b807ae14f5180b111164 100644 (file)
@@ -615,7 +615,7 @@ bool ARMAsmParser::ParseMemoryOffsetReg(bool &Negative,
     }
   }
 
-  // If we parsed a register as the offset then their can be a shift after that
+  // If we parsed a register as the offset then there can be a shift after that.
   if (OffsetRegNum != -1) {
     // Look for a comma then a shift
     const AsmToken &Tok = Parser.getTok();