diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-29 19:35:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-29 19:35:50 +0000 |
commit | 67f5c7ef0f567d5866f23343c15c95f5eea61cba (patch) | |
tree | d4c098feaaab8bb240348d83368f2d7e0db0dae2 /sim | |
parent | 33ae44dea2ccde9f0cddd30de70ae7777d2ffcad (diff) | |
download | gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.zip gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.tar.gz gdb-67f5c7ef0f567d5866f23343c15c95f5eea61cba.tar.bz2 |
fix spelling mistake in comment
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/mips.igen | 2 |
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)); |