From 687b337a721b76930e76b1f0db6b7279c003d5e0 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 1 Apr 2009 16:13:29 +0000 Subject: [PATCH] Fixed spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68209 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/TypeSymbolTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1