diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-09-22 15:44:12 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-09-22 15:44:12 +0000 |
commit | 93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d (patch) | |
tree | 396e273130ad76d57d0921dc450de4b3e1cfe5f5 /sim | |
parent | a13d7b904690b8b1b182d19855a56dc0aa1379ca (diff) | |
download | gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.zip gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.gz gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.bz2 |
* main.c: Fix spelling error.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/ChangeLog | 4 | ||||
-rw-r--r-- | sim/ppc/main.c | 2 |
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"); |