[llvm] r175493 - Grammar.
Eric Christopher
echristo at gmail.com
Mon Feb 18 22:23:44 PST 2013
Author: echristo
Date: Tue Feb 19 00:23:44 2013
New Revision: 175493
URL: http://llvm.org/viewvc/llvm-project?rev=175493&view=rev
Log:
Grammar.
Modified:
llvm/trunk/include/llvm/MC/MCParser/MCAsmParser.h
Modified: llvm/trunk/include/llvm/MC/MCParser/MCAsmParser.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCParser/MCAsmParser.h?rev=175493&r1=175492&r2=175493&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCParser/MCAsmParser.h (original)
+++ llvm/trunk/include/llvm/MC/MCParser/MCAsmParser.h Tue Feb 19 00:23:44 2013
@@ -168,7 +168,7 @@ public:
virtual bool ParseAbsoluteExpression(int64_t &Res) = 0;
/// CheckForValidSection - Ensure that we have a valid section set in the
- /// streamer. Otherwise, report and error and switch to .text.
+ /// streamer. Otherwise, report an error and switch to .text.
virtual void CheckForValidSection() = 0;
};
More information about the llvm-commits
mailing list