[llvm-commits] [llvm] r68209 - /llvm/trunk/include/llvm/TypeSymbolTable.h
Misha Brukman
brukman+llvm at gmail.com
Wed Apr 1 09:13:29 PDT 2009
Author: brukman
Date: Wed Apr 1 11:13:29 2009
New Revision: 68209
URL: http://llvm.org/viewvc/llvm-project?rev=68209&view=rev
Log:
Fixed spelling.
Modified:
llvm/trunk/include/llvm/TypeSymbolTable.h
Modified: llvm/trunk/include/llvm/TypeSymbolTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TypeSymbolTable.h?rev=68209&r1=68208&r2=68209&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TypeSymbolTable.h (original)
+++ llvm/trunk/include/llvm/TypeSymbolTable.h Wed Apr 1 11:13:29 2009
@@ -87,7 +87,7 @@
/// @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.
More information about the llvm-commits
mailing list