aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-05-20 21:35:39 +0000
committerJim Grosbach <grosbach@apple.com>2011-05-20 21:35:39 +0000
commit1585ce7e8c1bd1b3521a9ef4406dbac728685e70 (patch)
treecc415f67c3c9d9a006b4879f5a78d30725d1bd28
parent2b6f7117f5be1b8449e63baffe58c52197f19418 (diff)
downloadexternal_llvm-1585ce7e8c1bd1b3521a9ef4406dbac728685e70.zip
external_llvm-1585ce7e8c1bd1b3521a9ef4406dbac728685e70.tar.gz
external_llvm-1585ce7e8c1bd1b3521a9ef4406dbac728685e70.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131757 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index f4f6fb8..49ea05c 100644
--- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -104,7 +104,7 @@ public:
MDNodeToDieMap.insert(std::make_pair(N, D));
}
- /// getDIEEntry - Returns the debug information entry for the speciefied
+ /// getDIEEntry - Returns the debug information entry for the specified
/// debug variable.
DIEEntry *getDIEEntry(const MDNode *N) {
DenseMap<const MDNode *, DIEEntry *>::iterator I =