mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
* main.c: Fix spelling error.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user