From 200bb6df7ff84e2129bcc0f4f79d6d96d47eb645 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 24 Oct 2013 21:54:58 +0000 Subject: [PATCH] Fix name of variable in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1