From e35565699cf666d3baaaad5076f5de173a5aadec Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 6 Nov 2010 10:51:53 +0000 Subject: [PATCH] Fix grammar. llvm-svn: 118341 --- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 1dbf6a97963..8b16d63ead9 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -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();