* main.c: Fix spelling error.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 22 Sep 2009 15:44:12 +0000 (15:44 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 22 Sep 2009 15:44:12 +0000 (15:44 +0000)
sim/ppc/ChangeLog
sim/ppc/main.c

index e108bbd93b9d95e64fc7eaa1d1828f1c1750d8ca..e8704f1ff71646fec84ac5f386827b527a8b0619 100644 (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>
 
index 6be9054f38d7028ac822527757b746d4bd2595a5..554242c0cfb4b23579b105eb0332bf0436952ec5 100644 (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");
This page took 0.027081 seconds and 4 git commands to generate.