[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sun Sep 7 22:18:03 PDT 2003
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.33 -> 1.34
---
Log message:
Spell `occurrence' correctly.
---
Diffs of the changes:
Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm/lib/VMCore/SymbolTable.cpp:1.33 llvm/lib/VMCore/SymbolTable.cpp:1.34
--- llvm/lib/VMCore/SymbolTable.cpp:1.33 Thu Sep 4 18:38:22 2003
+++ llvm/lib/VMCore/SymbolTable.cpp Sun Sep 7 22:08:43 2003
@@ -293,7 +293,7 @@
if (TPI != end()) {
// Loop over all of the types in the symbol table, replacing any references
// to OldType with references to NewType. Note that there may be multiple
- // occurances, and although we only need to remove one at a time, it's
+ // occurrences, and although we only need to remove one at a time, it's
// faster to remove them all in one pass.
//
VarMap &TyPlane = TPI->second;
More information about the llvm-commits
mailing list