fix spelling mistake in comment

This commit is contained in:
Nick Clifton 2000-05-29 19:35:50 +00:00
parent 33ae44dea2
commit 67f5c7ef0f
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@
++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));