The word `separate' only has one `e'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp
index 32874e2..8877fe3 100644
--- a/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/lib/Bytecode/Reader/ConstantReader.cpp
@@ -273,7 +273,7 @@
   }
 
   case Type::TypeTyID:
-    assert(0 && "Type constants should be handled seperately!!!");
+    assert(0 && "Type constants should be handled separately!!!");
     abort();
 
   case Type::ArrayTyID: {