* "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 5d8d375..4721e89 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 517549b..81aca5e 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 50bbf9f..ea5c8ac 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