summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-04-30 12:42:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-04-30 12:42:22 +0000
commit5e096411dc6735b57eb12b7e645f6144439babbf (patch)
treeca361da36122e1ec5d2c12520357701926914206 /llvm/lib
parent28f87f80e250658af326e4aa7442ed6da1a44e17 (diff)
downloadbcm5719-llvm-5e096411dc6735b57eb12b7e645f6144439babbf.tar.gz
bcm5719-llvm-5e096411dc6735b57eb12b7e645f6144439babbf.zip
Grammar fix.
Thanks to Saleem Abdulrasool for noticing it. llvm-svn: 207643
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/MC/MCAssembler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp
index ba10500c951..a96e4ba1514 100644
--- a/llvm/lib/MC/MCAssembler.cpp
+++ b/llvm/lib/MC/MCAssembler.cpp
@@ -332,7 +332,7 @@ bool MCAssembler::isThumbFunc(const MCSymbol *Symbol) const {
if (!Symbol->isVariable())
return false;
- // FIXME: It looks like gas support some cases of the form "foo + 2". It
+ // FIXME: It looks like gas supports some cases of the form "foo + 2". It
// is not clear if that is a bug or a feature.
const MCExpr *Expr = Symbol->getVariableValue();
const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr);
OpenPOWER on IntegriCloud