diff options
author | Michael Snyder <msnyder@specifix.com> | 2008-06-09 22:55:27 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2008-06-09 22:55:27 +0000 |
commit | ff16053b2d57d32e4812e05cd836202e2067bf98 (patch) | |
tree | cae286a5277848f08943de54e0a7ff61f5efc76a /sim/erc32 | |
parent | fafb3ecc146b3c9f8e7ef00b3a0297c55c954934 (diff) | |
download | gdb-ff16053b2d57d32e4812e05cd836202e2067bf98.tar.gz |
2008-06-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sis.c: Correct spelling error.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/erc32/sis.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index ef581eb038f..49c137422ad 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2008-06-09 Joel Sherrill <joel.sherrill@oarcorp.com> + + * sis.c: Correct spelling error. + 2008-06-06 Vladimir Prus <vladimir@codesourcery.com> Daniel Jacobowitz <dan@codesourcery.com> Joseph Myers <joseph@codesourcery.com> diff --git a/sim/erc32/sis.c b/sim/erc32/sis.c index 0bed1975fac..2cb75a62d50 100644 --- a/sim/erc32/sis.c +++ b/sim/erc32/sis.c @@ -177,7 +177,7 @@ main(argc, argv) cfile = 0; for (i = 0; i < 64; i++) cmdq[i] = 0; - printf("\n SIS - SPARC intruction simulator %s, copyright Jiri Gaisler 1995\n", sis_version); + printf("\n SIS - SPARC instruction simulator %s, copyright Jiri Gaisler 1995\n", sis_version); printf(" Bug-reports to jgais@wd.estec.esa.nl\n\n"); while (stat < argc) { if (argv[stat][0] == '-') { |