From: Eric Christopher Date: Thu, 24 Oct 2013 21:54:58 +0000 (+0000) Subject: Fix name of variable in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=200bb6df7ff84e2129bcc0f4f79d6d96d47eb645;p=oota-llvm.git 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 a5eb3ad3853..6ffcb7a401b 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -42,7 +42,7 @@ class CompileUnit { /// Node - MDNode for the compile unit. const MDNode *Node; - /// Die - Compile unit debug information entry. + /// CUDie - Compile unit debug information entry. /// const OwningPtr CUDie;