1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fixed spelling.

llvm-svn: 68209
This commit is contained in:
Misha Brukman 2009-04-01 16:13:29 +00:00
parent e5641394b7
commit 31c62f9435

View 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.