Fix grammar.

llvm-svn: 118341
This commit is contained in:
Bill Wendling 2010-11-06 10:51:53 +00:00
parent 84ce225095
commit e35565699c

View 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) { if (OffsetRegNum != -1) {
// Look for a comma then a shift // Look for a comma then a shift
const AsmToken &Tok = Parser.getTok(); const AsmToken &Tok = Parser.getTok();