[llvm] r193373 - Fix name of variable in comment.
Eric Christopher
echristo at gmail.com
Thu Oct 24 14:54:58 PDT 2013
Author: echristo
Date: Thu Oct 24 16:54:58 2013
New Revision: 193373
URL: http://llvm.org/viewvc/llvm-project?rev=193373&view=rev
Log:
Fix name of variable in comment.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h?rev=193373&r1=193372&r2=193373&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h Thu Oct 24 16:54:58 2013
@@ -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;
More information about the llvm-commits
mailing list