The word `separate' only has one `e'.
[oota-llvm.git] / lib / Bytecode / Reader / ConstantReader.cpp
index 32874e2f8b93c1edc9c14b9b7130b09c58581f81..8877fe39e372ea7cda2412f228e8ea83d2b87db7 100644 (file)
@@ -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: {