summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-05-08 00:11:10 +0000
committerEric Christopher <echristo@gmail.com>2013-05-08 00:11:10 +0000
commit6156011ee81b08d58524666fb22f8586aaa406bf (patch)
tree99b60b73363c3ec52865a0edd553050472afd683 /llvm/lib
parent866ed94db1b9ca8ec0cb2e21be845daddac64660 (diff)
downloadbcm5719-llvm-6156011ee81b08d58524666fb22f8586aaa406bf.tar.gz
bcm5719-llvm-6156011ee81b08d58524666fb22f8586aaa406bf.zip
Typo.
llvm-svn: 181378
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index 8f08c63e649..c6d0465fa17 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -56,11 +56,11 @@ class CompileUnit {
/// IndexTyDie - An anonymous type for index type. Owned by CUDie.
DIE *IndexTyDie;
- /// MDNodeToDieMap - Tracks the mapping of unit level debug informaton
+ /// MDNodeToDieMap - Tracks the mapping of unit level debug information
/// variables to debug information entries.
DenseMap<const MDNode *, DIE *> MDNodeToDieMap;
- /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug informaton
+ /// MDNodeToDIEEntryMap - Tracks the mapping of unit level debug information
/// descriptors to debug information entries using a DIEEntry proxy.
DenseMap<const MDNode *, DIEEntry *> MDNodeToDIEEntryMap;
OpenPOWER on IntegriCloud