From: Misha Brukman Date: Wed, 1 Apr 2009 16:13:29 +0000 (+0000) Subject: Fixed spelling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=687b337a721b76930e76b1f0db6b7279c003d5e0;p=oota-llvm.git Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index 0ed44ba96ab..e1459b05794 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -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.