From: Eric Christopher Date: Tue, 19 Feb 2013 06:23:44 +0000 (+0000) Subject: Grammar. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4913d7b3b22a0302bea69c98673b887ae2d89e40;p=oota-llvm.git Grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCParser/MCAsmParser.h b/include/llvm/MC/MCParser/MCAsmParser.h index bd3883f1759..06b4b13c065 100644 --- a/include/llvm/MC/MCParser/MCAsmParser.h +++ b/include/llvm/MC/MCParser/MCAsmParser.h @@ -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; };