mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Spell `occurrence' correctly.
llvm-svn: 8388
This commit is contained in:
parent
23eff93eda
commit
993b605832
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user