From: Chris Lattner Date: Sun, 15 Dec 2002 16:20:23 +0000 (+0000) Subject: planes is not spelled with an O X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8e637a9383fc0d37e4afd55f47a22fb45d15ac59;p=oota-llvm.git planes is not spelled with an O git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp index 069f7111019..dab2645d292 100644 --- a/lib/VMCore/SymbolTable.cpp +++ b/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 {