Fix typo.

llvm-svn: 48295
This commit is contained in:
Duncan Sands 2008-03-12 20:35:19 +00:00
parent 87de65fc29
commit c54fe97f08
1 changed files with 1 additions and 1 deletions

View 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);
}