Fix name of variable in comment.

llvm-svn: 193373
This commit is contained in:
Eric Christopher 2013-10-24 21:54:58 +00:00
parent 670ee0e941
commit e34116750f
1 changed files with 1 additions and 1 deletions

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;