diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-07 22:44:56 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-07 22:44:56 +0000 | 
| commit | 02bec55199b5266faed073253728c7e2c7c25e52 (patch) | |
| tree | f15c3d96e8f234e982928c74b16da49c6f7ae815 | |
| parent | 8611e90668994fb78d74f05de04ebd2285ca5c47 (diff) | |
| download | bcm5719-llvm-02bec55199b5266faed073253728c7e2c7c25e52.tar.gz bcm5719-llvm-02bec55199b5266faed073253728c7e2c7c25e52.zip  | |
fix comment pastos
llvm-svn: 78422
| -rw-r--r-- | llvm/include/llvm/Target/Target.td | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/Target.td b/llvm/include/llvm/Target/Target.td index 1532dba466f..ea73166870a 100644 --- a/llvm/include/llvm/Target/Target.td +++ b/llvm/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";  | 

