diff options
-rw-r--r-- | lib/MC/MCParser/AsmParser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MC/MCParser/AsmParser.cpp b/lib/MC/MCParser/AsmParser.cpp index 6276a1869e..b8c6f50361 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<bool (GenericAsmParser::*Handler)(StringRef, SMLoc)> void AddDirectiveHandler(StringRef Directive) { |