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; };