summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-14 17:20:40 +0000
commit7fdaab4f6822a4da046b3e059888b20b5cacfc5f (patch)
treee9f763ccf2c1acae39bed2cb90658d0419a3f82e /llvm/lib/Bytecode
parentc8ccfe90afd97546187d94c0d009e34337705c13 (diff)
downloadbcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.tar.gz
bcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.zip
The word `separate' only has one `e'.
llvm-svn: 7173
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r--llvm/lib/Bytecode/Reader/ConstantReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ConstantReader.cpp b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
index 32874e2f8b9..8877fe39e37 100644
--- a/llvm/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
@@ -273,7 +273,7 @@ bool BytecodeParser::parseConstantValue(const unsigned char *&Buf,
}
case Type::TypeTyID:
- assert(0 && "Type constants should be handled seperately!!!");
+ assert(0 && "Type constants should be handled separately!!!");
abort();
case Type::ArrayTyID: {
OpenPOWER on IntegriCloud