summaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2009-10-15 15:46:49 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2009-10-15 15:46:49 +0000
commit5bc4da4d060b86ce9fb6a786583a569161e24c3d (patch)
tree1d54e82d66c5aeb81fe26c973d112dc5fda74038 /sim/ppc
parentc272cb468a7f7b662154263d0094443c0554142a (diff)
downloadbinutils-5bc4da4d060b86ce9fb6a786583a569161e24c3d.tar.gz
binutils-5bc4da4d060b86ce9fb6a786583a569161e24c3d.tar.bz2
binutils-5bc4da4d060b86ce9fb6a786583a569161e24c3d.zip
2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* std-config.h: Fix spelling error.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog4
-rw-r--r--sim/ppc/std-config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index e8704f1ff71..9f1d6136729 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * std-config.h: Fix spelling error.
+
2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* main.c: Fix spelling error.
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h
index c48e3654fc2..a153c987b83 100644
--- a/sim/ppc/std-config.h
+++ b/sim/ppc/std-config.h
@@ -313,7 +313,7 @@ extern int current_stdio;
to both 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.