diff options
-rw-r--r-- | include/llvm/MC/MCParser/MCAsmParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCParser/MCAsmParser.h b/include/llvm/MC/MCParser/MCAsmParser.h index bd3883f..06b4b13 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; }; |