Fix comment typo. Noticed by Liu.
authorDuncan Sands <baldrick@free.fr>
Mon, 25 Apr 2011 06:21:43 +0000 (06:21 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 25 Apr 2011 06:21:43 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsCallingConv.td

index 8e4b2164041fdff035b9b960870710acc95953c1..57aeb1d2793c695cc3a25e0906cfa262a7b5869e 100644 (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]>>>,