Fix typeo
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:33:15 +0000 (06:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:33:15 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18530 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/SymbolTable.h

index a7f9dd836d9c9093d6978946b4911500fd45fd07..7e6efe892441fc09a77508227e119971e45c6f20 100644 (file)
@@ -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