Fix typo.
authorDuncan Sands <baldrick@free.fr>
Wed, 12 Mar 2008 20:35:19 +0000 (20:35 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 12 Mar 2008 20:35:19 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48295 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp

index 6610693dd784198bcca3be36af5412e0492175ff..ae3a09fb0c6a9e173362a865d32379f01834648a 100644 (file)
@@ -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);
 }