Grammar fix.

Thanks to Saleem Abdulrasool for noticing it.

llvm-svn: 207643
This commit is contained in:
Rafael Espindola 2014-04-30 12:42:22 +00:00
parent 28f87f80e2
commit 5e096411dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);