summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-11-06 10:51:53 +0000
committerBill Wendling <isanbard@gmail.com>2010-11-06 10:51:53 +0000
commit8300d834c996b6746c92f9e17c86bef802655547 (patch)
tree803ed498a8ea7ddb14ef0d7261cbbfbce4f3cbe4 /llvm/lib
parent4f4bce06824beb4e308a27a0996c1c00bde48e49 (diff)
downloadbcm5719-llvm-8300d834c996b6746c92f9e17c86bef802655547.tar.gz
bcm5719-llvm-8300d834c996b6746c92f9e17c86bef802655547.zip
Fix grammar.
llvm-svn: 118341
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 1dbf6a97963..8b16d63ead9 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud