aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-29 19:35:50 +0000
committerNick Clifton <nickc@redhat.com>2000-05-29 19:35:50 +0000
commit67f5c7ef0f567d5866f23343c15c95f5eea61cba (patch)
treed4c098feaaab8bb240348d83368f2d7e0db0dae2 /sim/mips/mips.igen
parent33ae44dea2ccde9f0cddd30de70ae7777d2ffcad (diff)
downloadfsf-binutils-gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.zip
fsf-binutils-gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.tar.gz
fsf-binutils-gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.tar.bz2
fix spelling mistake in comment
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index e83f561..585e83a 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -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));