aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-07 22:44:56 +0000
committerChris Lattner <sabre@nondot.org>2009-08-07 22:44:56 +0000
commit563f0349c513c5300a61d1882da4f4d29304189a (patch)
tree64a922b87acacab40f994da3025a24ff6c85e4d8
parent520cde24af985dcc5209754478cbd657a2d7d83d (diff)
downloadexternal_llvm-563f0349c513c5300a61d1882da4f4d29304189a.zip
external_llvm-563f0349c513c5300a61d1882da4f4d29304189a.tar.gz
external_llvm-563f0349c513c5300a61d1882da4f4d29304189a.tar.bz2
fix comment pastos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78422 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/Target.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td
index 1532dba..ea73166 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";