2008-06-09 Joel Sherrill <joel.sherrill@oarcorp.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 9 Jun 2008 22:55:27 +0000 (22:55 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 9 Jun 2008 22:55:27 +0000 (22:55 +0000)
* sis.c: Correct spelling error.

sim/erc32/ChangeLog
sim/erc32/sis.c

index ef581eb038f079fc400b4e0bc7735b1e4b8408d3..49c137422ad294e40355d69f5b592effc37f2677 100644 (file)
@@ -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>
index 0bed1975facb861fe9e8ab9786d111f8ff87050a..2cb75a62d503bc9ebbc2d6ec21e47b507c0e295a 100644 (file)
@@ -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] == '-') {
This page took 0.028924 seconds and 4 git commands to generate.