fix typo duncan noticed!
authorChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 21:21:10 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 21:21:10 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45459 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index c6fd113ee75912945e65eea7f9e2438f24e83852..ae5c398f7723addac46284874ca9418c7a33869a 100644 (file)
@@ -1291,7 +1291,7 @@ TargetLowering::SimplifySetCC(MVT::ValueType VT, SDOperand N0, SDOperand N1,
         return DAG.getConstant(0, VT);
       case 1:  // Known true.
         return DAG.getConstant(1, VT);
-      case 2:  // undefind.
+      case 2:  // Undefined.
         return DAG.getNode(ISD::UNDEF, VT);
       }
     }