fix spelling mistake in comment
authorNick Clifton <nickc@redhat.com>
Mon, 29 May 2000 19:35:50 +0000 (19:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 29 May 2000 19:35:50 +0000 (19:35 +0000)
sim/mips/mips.igen

index e83f561..585e83a 100644 (file)
          ++sign;
        }
     }
-  /* multuply out the 4 sub products */
+  /* multiply out the 4 sub products */
   m00 = ((unsigned64) VL4_8 (op1) * (unsigned64) VL4_8 (op2));
   m10 = ((unsigned64) VH4_8 (op1) * (unsigned64) VL4_8 (op2));
   m01 = ((unsigned64) VL4_8 (op1) * (unsigned64) VH4_8 (op2));