* main.c: Fix spelling error.

This commit is contained in:
Joel Brobecker
2009-09-22 15:44:12 +00:00
parent a13d7b9046
commit 93cfa9cf1f
2 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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");