Fix comment typo. Noticed by Liu.

llvm-svn: 130120
This commit is contained in:
Duncan Sands 2011-04-25 06:21:43 +00:00
parent adf8ba98e7
commit 56ca6292dc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def CC_MipsEABI : CallingConv<[
CCIfType<[f32], CCIfSubtarget<"isNotSingleFloat()",
CCAssignToReg<[F12, F14, F16, F18]>>>,
// The first 4 doubl fp arguments are passed in single fp registers.
// The first 4 double fp arguments are passed in single fp registers.
CCIfType<[f64], CCIfSubtarget<"isNotSingleFloat()",
CCAssignToReg<[D6, D7, D8, D9]>>>,