diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2000-06-13 20:32:01 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2000-06-13 20:32:01 +0000 |
commit | 98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c (patch) | |
tree | 0433e833e5ef085f5c595a576a2d1656b1de06c4 | |
parent | 0ef9643e5e0b09356fe635676b971ebcfce8bb43 (diff) | |
download | binutils-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.zip binutils-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.tar.gz binutils-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.tar.bz2 |
* "Dont" -> "Don't"
2000-06-13 Frank Ch. Eigler <fche@redhat.com>
* compile.c, writecode.c: Correct typo.
-rw-r--r-- | sim/h8300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/h8300/compile.c | 2 | ||||
-rw-r--r-- | sim/h8300/writecode.c | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 5d8d375..4721e89 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -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. diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 517549b..81aca5e 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -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++; diff --git a/sim/h8300/writecode.c b/sim/h8300/writecode.c index 50bbf9f..ea5c8ac 100644 --- a/sim/h8300/writecode.c +++ b/sim/h8300/writecode.c @@ -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 |