commit | 200bb6df7ff84e2129bcc0f4f79d6d96d47eb645 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Thu Oct 24 21:54:58 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Thu Oct 24 21:54:58 2013 +0000 |
tree | 68a4beb5ad74593766d3f258fad68c7019b2da84 | |
parent | 1f7d0d579475eefd772352f7f7f79acc445aa605 [diff] [blame] |
Fix name of variable in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index a5eb3ad..6ffcb7a 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -42,7 +42,7 @@ /// Node - MDNode for the compile unit. const MDNode *Node; - /// Die - Compile unit debug information entry. + /// CUDie - Compile unit debug information entry. /// const OwningPtr<DIE> CUDie;