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/ppc/main.c | |
parent | a13d7b904690b8b1b182d19855a56dc0aa1379ca (diff) | |
download | gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.zip gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.gz gdb-93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d.tar.bz2 |
* main.c: Fix spelling error.
Diffstat (limited to 'sim/ppc/main.c')
-rw-r--r-- | sim/ppc/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |