The word `separate' only has one `e'.
[oota-llvm.git] / lib / Analysis / Expressions.cpp
index 9b305bbe4097ea32d1700e001ed4f691ff021480..f1016a50dbe70f6d3a3bee00adf38dd1fe721e19 100644 (file)
@@ -253,7 +253,7 @@ ExprType ClassifyExpression(Value *Expr) {
   Instruction *I = cast<Instruction>(Expr);
   const Type *Ty = I->getType();
 
-  switch (I->getOpcode()) {       // Handle each instruction type seperately
+  switch (I->getOpcode()) {       // Handle each instruction type separately
   case Instruction::Add: {
     ExprType Left (ClassifyExpression(I->getOperand(0)));
     ExprType Right(ClassifyExpression(I->getOperand(1)));