[llvm] r207643 - Grammar fix.
Rafael Espindola
rafael.espindola at gmail.com
Wed Apr 30 05:42:22 PDT 2014
Author: rafael
Date: Wed Apr 30 07:42:22 2014
New Revision: 207643
URL: http://llvm.org/viewvc/llvm-project?rev=207643&view=rev
Log:
Grammar fix.
Thanks to Saleem Abdulrasool for noticing it.
Modified:
llvm/trunk/lib/MC/MCAssembler.cpp
Modified: llvm/trunk/lib/MC/MCAssembler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCAssembler.cpp?rev=207643&r1=207642&r2=207643&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCAssembler.cpp (original)
+++ llvm/trunk/lib/MC/MCAssembler.cpp Wed Apr 30 07:42:22 2014
@@ -332,7 +332,7 @@ bool MCAssembler::isThumbFunc(const MCSy
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);
More information about the llvm-commits
mailing list