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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Oct 22 23:02:01 PDT 2003


Changes in directory llvm/include/llvm:

SymbolTable.h updated: 1.26 -> 1.27

---
Log message:

Fix apparent typo in head-of-file comment.


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

Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.26 llvm/include/llvm/SymbolTable.h:1.27
--- llvm/include/llvm/SymbolTable.h:1.26	Mon Oct 20 15:19:14 2003
+++ llvm/include/llvm/SymbolTable.h	Wed Oct 22 23:01:49 2003
@@ -7,7 +7,7 @@
 // 
 //===----------------------------------------------------------------------===//
 //
-// This file implements a symbol table that has planed broken up by type.  
+// This file implements a symbol table that has planes broken up by type.  
 // Identical types may have overlapping symbol names as long as they are 
 // distinct.
 //





More information about the llvm-commits mailing list