Skip to content

Commit 0ba8f4e

Browse files
committed
Fix typeo
llvm-svn: 18530
1 parent a6086ef commit 0ba8f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/SymbolTable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace llvm {
3434
/// There is a TypeMap typedef that is the mapping of names to Types.
3535
/// Similarly there is a ValueMap typedef that is the mapping of
3636
/// names to Values. Finally, there is a PlaneMap typedef that is the
37-
/// mapping of types to planes of ValueMap. THis is the basic structure
37+
/// mapping of types to planes of ValueMap. This is the basic structure
3838
/// of the symbol table. When you call type_begin() you're asking
3939
/// for an iterator at the start of the TypeMap. When you call
4040
/// plane_begin(), you're asking for an iterator at the start of

0 commit comments

Comments
 (0)