summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-19 06:23:44 +0000
committerEric Christopher <echristo@gmail.com>2013-02-19 06:23:44 +0000
commit4913d7b3b22a0302bea69c98673b887ae2d89e40 (patch)
treee31e6ba6eaf54fc80ef2e43647fd564523792040 /include/llvm/MC/MCParser
parent261abf5f4011e5b1e8949d7404190a4f4eaff8d8 (diff)
downloadllvm-4913d7b3b22a0302bea69c98673b887ae2d89e40.tar.gz
llvm-4913d7b3b22a0302bea69c98673b887ae2d89e40.tar.bz2
llvm-4913d7b3b22a0302bea69c98673b887ae2d89e40.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCParser')
-rw-r--r--include/llvm/MC/MCParser/MCAsmParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCParser/MCAsmParser.h b/include/llvm/MC/MCParser/MCAsmParser.h
index bd3883f175..06b4b13c06 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;
};