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 | 66b9818ed083e9dfd3fb4c59882140f6faa574bf (patch) | |
tree | 19a153d2dd9aa4de374b3ba4faefa95c70b8fa63 /sim | |
parent | acee03b8d01463f66fddf5072f0e045598e322dc (diff) | |
download | gdb-66b9818ed083e9dfd3fb4c59882140f6faa574bf.tar.gz |
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 e83f561e277..585e83a61b9 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)); |