aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-09-22 15:44:12 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-09-22 15:44:12 +0000
commit93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d (patch)
tree396e273130ad76d57d0921dc450de4b3e1cfe5f5 /sim/ppc
parenta13d7b904690b8b1b182d19855a56dc0aa1379ca (diff)
downloadfsf-binutils-gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.zip
fsf-binutils-gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.gz
fsf-binutils-gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.bz2
* main.c: Fix spelling error.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog4
-rw-r--r--sim/ppc/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index e108bbd..e8704f1 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * main.c: Fix spelling error.
+
2009-09-15 Andreas Tobler <andreast-list@fgznet.ch>
Doug Evans <dje@google.com>
diff --git a/sim/ppc/main.c b/sim/ppc/main.c
index 6be9054..554242c 100644
--- a/sim/ppc/main.c
+++ b/sim/ppc/main.c
@@ -319,7 +319,7 @@ main(int argc, char **argv)
status = psim_get_status(simulation);
switch (status.reason) {
case was_continuing:
- error("psim: continuing while stoped!\n");
+ error("psim: continuing while stopped!\n");
return 0;
case was_trap:
error("psim: no trap insn\n");