summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/SymbolTable.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-15 16:20:23 +0000
committerChris Lattner <sabre@nondot.org>2002-12-15 16:20:23 +0000
commitd53daec3e19ad7983a561d9034aaa9b8f6a21af8 (patch)
tree0870d83ea6414c7e43af2006bea91efb8c032f6b /llvm/lib/VMCore/SymbolTable.cpp
parent443d236464f0392a875f58bfd85b38ea029e06fe (diff)
downloadbcm5719-llvm-d53daec3e19ad7983a561d9034aaa9b8f6a21af8.tar.gz
bcm5719-llvm-d53daec3e19ad7983a561d9034aaa9b8f6a21af8.zip
planes is not spelled with an O
llvm-svn: 5037
Diffstat (limited to 'llvm/lib/VMCore/SymbolTable.cpp')
-rw-r--r--llvm/lib/VMCore/SymbolTable.cpp2
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 {
OpenPOWER on IntegriCloud