From: Chris Lattner Date: Fri, 7 Aug 2009 22:44:56 +0000 (+0000) Subject: fix comment pastos X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b124be4f979acb8b3584de392bf28786fd8a5e76;p=oota-llvm.git fix comment pastos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78422 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 1532dba466f..ea73166870a 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -428,8 +428,8 @@ def COPY_TO_REGCLASS : Instruction { // syntax on X86 for example). // class AsmParser { - // AsmWriterClassName - This specifies the suffix to use for the asmwriter - // class. Generated AsmWriter classes are always prefixed with the target + // AsmParserClassName - This specifies the suffix to use for the asmparser + // class. Generated AsmParser classes are always prefixed with the target // name. string AsmParserClassName = "AsmParser";