summaryrefslogtreecommitdiff
path: root/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
commit8e637a9383fc0d37e4afd55f47a22fb45d15ac59 (patch)
tree8aa63a8e7a7ce9b7ab29a871913820544f097973 /lib/VMCore/SymbolTable.cpp
parentb65184e1eaaca2b2985a2723ecccdf617f1b788b (diff)
downloadllvm-8e637a9383fc0d37e4afd55f47a22fb45d15ac59.tar.gz
llvm-8e637a9383fc0d37e4afd55f47a22fb45d15ac59.tar.bz2
llvm-8e637a9383fc0d37e4afd55f47a22fb45d15ac59.tar.xz
planes is not spelled with an O
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/SymbolTable.cpp')
-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 069f711101..dab2645d29 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 {