fix comment pastos
authorChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 22:44:56 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Aug 2009 22:44:56 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78422 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/Target.td

index 1532dba466f49da171bff1a6e910fbf8dbffd0e0..ea73166870a43fb3b302cb93e4beb02b774daa10 100644 (file)
@@ -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";