diff --git a/lib/MC/MCParser/AsmParser.cpp b/lib/MC/MCParser/AsmParser.cpp index 6276a1869e0..b8c6f50361e 100644 --- a/lib/MC/MCParser/AsmParser.cpp +++ b/lib/MC/MCParser/AsmParser.cpp @@ -374,8 +374,8 @@ private: void initializeDirectiveKindMapping(); }; -/// \brief Generic implementations of directive handling, etc. which is shared -/// (or the default, at least) for all assembler parser. +/// \brief Generic implementation of directive handling, etc. which is shared +/// (or the default, at least) for all assembler parsers. class GenericAsmParser : public MCAsmParserExtension { template void AddDirectiveHandler(StringRef Directive) {