We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6086ef commit 0ba8f4eCopy full SHA for 0ba8f4e
llvm/include/llvm/SymbolTable.h
@@ -34,7 +34,7 @@ namespace llvm {
34
/// There is a TypeMap typedef that is the mapping of names to Types.
35
/// Similarly there is a ValueMap typedef that is the mapping of
36
/// 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
+/// mapping of types to planes of ValueMap. This is the basic structure
38
/// of the symbol table. When you call type_begin() you're asking
39
/// for an iterator at the start of the TypeMap. When you call
40
/// plane_begin(), you're asking for an iterator at the start of
0 commit comments