fix comments a bit

llvm-svn: 172146
This commit is contained in:
Eli Bendersky 2013-01-10 23:32:57 +00:00
parent c5c730b0e0
commit 930f73a0dd
1 changed files with 2 additions and 2 deletions

View File

@ -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) {