Add freed memory poisoning in !NDEBUG mode for DenseMap.
[oota-llvm.git] / include / llvm / TypeSymbolTable.h
index f4e641002825f43a11b677d6ac6ecf08bce8ff5d..e1459b05794178788e0e975fcd5efdb3017369b7 100644 (file)
@@ -87,7 +87,7 @@ public:
   /// @brief Get a const_iterator to the start of the symbol table
   inline const_iterator begin() const { return tmap.begin(); }
 
-  /// Get an iterator to the end of the symbol talbe. 
+  /// Get an iterator to the end of the symbol table.
   inline iterator end() { return tmap.end(); }
 
   /// Get a const_iterator to the end of the symbol table.
@@ -134,4 +134,3 @@ private:
 } // End llvm namespace
 
 #endif
-