summaryrefslogtreecommitdiff
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
commit66b9818ed083e9dfd3fb4c59882140f6faa574bf (patch)
tree19a153d2dd9aa4de374b3ba4faefa95c70b8fa63
parentacee03b8d01463f66fddf5072f0e045598e322dc (diff)
downloadgdb-66b9818ed083e9dfd3fb4c59882140f6faa574bf.tar.gz
fix spelling mistake in comment
-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 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));