Fix name of variable in comment.
authorEric Christopher <echristo@gmail.com>
Thu, 24 Oct 2013 21:54:58 +0000 (21:54 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 24 Oct 2013 21:54:58 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

index a5eb3ad385324c3558398b10df75883e0da6eaf8..6ffcb7a401b3799241ff3e042f9414ef5d740fcd 100644 (file)
@@ -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;