Fix typo.
authorJim Grosbach <grosbach@apple.com>
Fri, 20 May 2011 21:35:39 +0000 (21:35 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 20 May 2011 21:35:39 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131757 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.h

index f4f6fb8b0df4c5445b7fda97cb803f145432733a..49ea05c3a8c03f703e7c39d653daeb9e049c4d51 100644 (file)
@@ -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 =