summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
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
commit1db3d0820f8057dd03ade1585bfa5f2bf53cfe33 (patch)
tree6fb6b2dabb0b7e2d305e73917b2bc8fc6588b573 /lib/CodeGen/AsmPrinter
parent5812cdb9e56f90c268fcd79b7b2f6a3a3ffaec2a (diff)
downloadllvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.tar.gz
llvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.tar.bz2
llvm-1db3d0820f8057dd03ade1585bfa5f2bf53cfe33.tar.xz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index 8f08c63e64..c6d0465fa1 100644
--- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/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;