From 4913d7b3b22a0302bea69c98673b887ae2d89e40 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 19 Feb 2013 06:23:44 +0000 Subject: [PATCH] Grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175493 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCParser/MCAsmParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };