diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
commit | 7fdaab4f6822a4da046b3e059888b20b5cacfc5f (patch) | |
tree | e9f763ccf2c1acae39bed2cb90658d0419a3f82e /llvm/lib/Bytecode/Reader | |
parent | c8ccfe90afd97546187d94c0d009e34337705c13 (diff) | |
download | bcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.tar.gz bcm5719-llvm-7fdaab4f6822a4da046b3e059888b20b5cacfc5f.zip |
The word `separate' only has one `e'.
llvm-svn: 7173
Diffstat (limited to 'llvm/lib/Bytecode/Reader')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ConstantReader.cpp | 2 |
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: { |