From: Joel Brobecker Date: Tue, 22 Sep 2009 15:44:12 +0000 (+0000) Subject: * main.c: Fix spelling error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93cfa9cf1ffc3ee0e0b81956c40182fc826aa35d;p=binutils-gdb.git * main.c: Fix spelling error. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index e108bbd93b9..e8704f1ff71 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2009-09-22 Joel Sherrill + + * main.c: Fix spelling error. + 2009-09-15 Andreas Tobler Doug Evans diff --git a/sim/ppc/main.c b/sim/ppc/main.c index 6be9054f38d..554242c0cfb 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");