diff options
Diffstat (limited to 'lib/Bytecode/Reader/ConstantReader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/ConstantReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp index 32874e2f8b..8877fe39e3 100644 --- a/lib/Bytecode/Reader/ConstantReader.cpp +++ b/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: { |