aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-05 06:33:15 +0000
committerChris Lattner <sabre@nondot.org>2004-12-05 06:33:15 +0000
commit637b77224f8debb7f2a22ffa8572e133ce098401 (patch)
tree245e291a754ba2dfa36898894fbdca577a7a4ad1
parentc2e63a2d9388f373e879edaacf8fab30f4a128d1 (diff)
downloadexternal_llvm-637b77224f8debb7f2a22ffa8572e133ce098401.zip
external_llvm-637b77224f8debb7f2a22ffa8572e133ce098401.tar.gz
external_llvm-637b77224f8debb7f2a22ffa8572e133ce098401.tar.bz2
Fix typeo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18530 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h
index a7f9dd8..7e6efe8 100644
--- a/include/llvm/SymbolTable.h
+++ b/include/llvm/SymbolTable.h
@@ -34,7 +34,7 @@ namespace llvm {
/// There is a TypeMap typedef that is the mapping of names to Types.
/// Similarly there is a ValueMap typedef that is the mapping of
/// names to Values. Finally, there is a PlaneMap typedef that is the
-/// mapping of types to planes of ValueMap. THis is the basic structure
+/// mapping of types to planes of ValueMap. This is the basic structure
/// of the symbol table. When you call type_begin() you're asking
/// for an iterator at the start of the TypeMap. When you call
/// plane_begin(), you're asking for an iterator at the start of