summaryrefslogtreecommitdiff
path: root/sim/common/sim-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-inline.h')
-rw-r--r--sim/common/sim-inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-inline.h b/sim/common/sim-inline.h
index 7fa2c872646..c1a624086f9 100644
--- a/sim/common/sim-inline.h
+++ b/sim/common/sim-inline.h
@@ -33,7 +33,7 @@
eliminate the overhead of function calls and (as a consequence)
also eliminate further dead code.
- On a CISC (x86) I've found that I can achieve an order of magintude
+ On a CISC (x86) I've found that I can achieve an order of magnitude
speed improvement (x3-x5). In the case of RISC (sparc) while the
performance gain isn't as great it is still significant.