aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2009-10-15 15:46:19 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2009-10-15 15:46:19 +0000
commitc272cb468a7f7b662154263d0094443c0554142a (patch)
tree29c07b374389eedddaf72b5312cce4f4f322ec55
parentf19df8f73a7bbfeb12d1540791ed51aa86b0bdf9 (diff)
downloadgdb-c272cb468a7f7b662154263d0094443c0554142a.zip
gdb-c272cb468a7f7b662154263d0094443c0554142a.tar.gz
gdb-c272cb468a7f7b662154263d0094443c0554142a.tar.bz2
2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* sim-inline.h: Fix spelling error.
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/sim-inline.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 26f00e6..a684da5 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sim-inline.h: Fix spelling error.
+
2009-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Make-common.in: Add datarootdir.
diff --git a/sim/common/sim-inline.h b/sim/common/sim-inline.h
index 7fa2c87..c1a6240 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.