diff options
Diffstat (limited to 'llvm/lib/VMCore/SymbolTable.cpp')
-rw-r--r-- | llvm/lib/VMCore/SymbolTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/SymbolTable.cpp b/llvm/lib/VMCore/SymbolTable.cpp index 069f7111019..dab2645d292 100644 --- a/llvm/lib/VMCore/SymbolTable.cpp +++ b/llvm/lib/VMCore/SymbolTable.cpp @@ -262,7 +262,7 @@ void SymbolTable::refineAbstractType(const DerivedType *OldType, delete NewM; } else { - assert(0 && "Two ploanes folded together with overlapping " + assert(0 && "Two planes folded together with overlapping " "value names!"); } } else { |