From: Eli Bendersky Date: Thu, 10 Jan 2013 23:32:57 +0000 (+0000) Subject: fix comments a bit X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=63e6f48e138fe52cd6268248b337f34d49fca886;p=oota-llvm.git fix comments a bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172146 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) {