aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-08 03:08:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-08 03:08:43 +0000
commitc6315d9b27321649983f96a9c2a56ec500bf17af (patch)
treeb0361e44877fc7faa22d6fb1499d8163420631e5 /lib
parent737af827e830eb8eeecda42a31d44d284fbe0204 (diff)
Spell `occurrence' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/SymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp
index ac69f52268..bebc26c15d 100644
--- a/lib/VMCore/SymbolTable.cpp
+++ b/lib/VMCore/SymbolTable.cpp
@@ -293,7 +293,7 @@ void SymbolTable::refineAbstractType(const DerivedType *OldType,
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;