summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit17c1d13ee4111fcb5a36bd64d33934530acece8c (patch)
tree1a63cc44582fb101c891424d3488b7d59ef2ab8e /llvm/lib/CodeGen
parent83c4bb157ac79aecba2c7d53446d3de6a6cec837 (diff)
downloadbcm5719-llvm-17c1d13ee4111fcb5a36bd64d33934530acece8c.tar.gz
bcm5719-llvm-17c1d13ee4111fcb5a36bd64d33934530acece8c.zip
Fix typo.
llvm-svn: 131757
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index f4f6fb8b0df..49ea05c3a8c 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/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 =
OpenPOWER on IntegriCloud