[llvm-commits] CVS: llvm/include/llvm/SymbolTable.h

Chris Lattner lattner at cs.uiuc.edu
Sat Dec 4 22:33:30 PST 2004



Changes in directory llvm/include/llvm:

SymbolTable.h updated: 1.38 -> 1.39
---
Log message:

Fix typeo


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.38 llvm/include/llvm/SymbolTable.h:1.39
--- llvm/include/llvm/SymbolTable.h:1.38	Mon Nov 15 13:02:35 2004
+++ llvm/include/llvm/SymbolTable.h	Sun Dec  5 00:33:15 2004
@@ -34,7 +34,7 @@
 /// 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 






More information about the llvm-commits mailing list