Fixed spelling.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 1 Apr 2009 16:13:29 +0000 (16:13 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 1 Apr 2009 16:13:29 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68209 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TypeSymbolTable.h

index 0ed44ba96abbfd16ac6a1e3cb07b3cfd02bf37b8..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.