summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-24 21:54:58 +0000
committerEric Christopher <echristo@gmail.com>2013-10-24 21:54:58 +0000
commit200bb6df7ff84e2129bcc0f4f79d6d96d47eb645 (patch)
tree68a4beb5ad74593766d3f258fad68c7019b2da84 /lib/CodeGen/AsmPrinter
parent1f7d0d579475eefd772352f7f7f79acc445aa605 (diff)
downloadllvm-200bb6df7ff84e2129bcc0f4f79d6d96d47eb645.tar.gz
llvm-200bb6df7ff84e2129bcc0f4f79d6d96d47eb645.tar.bz2
llvm-200bb6df7ff84e2129bcc0f4f79d6d96d47eb645.tar.xz
Fix name of variable in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index a5eb3ad385..6ffcb7a401 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<DIE> CUDie;