diff --git a/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp b/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp index 6610693dd78..ae3a09fb0c6 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp @@ -83,7 +83,7 @@ void DAGTypeLegalizer::ScalarizeResult(SDNode *N, unsigned ResNo) { case ISD::SELECT: R = ScalarizeRes_SELECT(N); break; } - // If R is null, the sub-method took care of registering the resul. + // If R is null, the sub-method took care of registering the result. if (R.Val) SetScalarizedOp(SDOperand(N, ResNo), R); }