commit | 12f40e9a6305fe7553ebce19346cb55874073fc7 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sat Nov 06 10:51:53 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sat Nov 06 10:51:53 2010 +0000 |
tree | fa21ab8e5735185dfb4b24648a561ab863a0e2fe | |
parent | a60f157b7c6fb60b33598fa5143ed8cb91aa5107 [diff] [blame] |
Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118341 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 1dbf6a9..8b16d63 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -615,7 +615,7 @@ } } - // 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();