Fix name of variable in comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-10-24 21:54:58 +00:00
parent 1f7d0d5794
commit 200bb6df7f

View 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;