* "Dont" -> "Don't"
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 13 Jun 2000 20:32:01 +0000 (20:32 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 13 Jun 2000 20:32:01 +0000 (20:32 +0000)
2000-06-13  Frank Ch. Eigler  <fche@redhat.com>

* compile.c, writecode.c: Correct typo.

sim/h8300/ChangeLog
sim/h8300/compile.c
sim/h8300/writecode.c

index 5d8d3751569bfd3f573b68312219356e5769b51e..4721e890dea335de1890bbd32791436d5ba50a09 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-13  Frank Ch. Eigler  <fche@redhat.com>
+
+       * compile.c, writecode.c: Correct typo.
+
 2000-06-13  Kazu Hirata  <kazu@hxi.com>
 
        * compile.c: Fix formatting.
index 517549be69927cf6bcc5884b72153a79b670f3dc..81aca5eb7471b5458269aaa5156bda54755b316b 100644 (file)
@@ -444,7 +444,7 @@ decode (addr, data, dst)
                  return;
                }
              else
-               printf ("Dont understand %x \n", looking_for);
+               printf ("Don't understand %x \n", looking_for);
            }
 
          len++;
index 50bbf9f1bae53c0147aa38dcac953c4cfedd16e5..ea5c8ac340517e5a01830f23bc6d2c6914e948a8 100644 (file)
@@ -882,7 +882,7 @@ owrite (i)
          printf ("case 0x%03x:\n", i);
        }
 
-      /* Dont need any if's this is the only one */
+      /* Don't need any if's this is the only one */
       edo (*p);
     }
   else
This page took 0.042864 seconds and 4 git commands to generate.