From 87a8615015ad85f1a95f79da221c7da9428d2208 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 12 Mar 2008 20:35:19 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48295 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1