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 | ca4b52621d7bf20c17c40f8faaba2f4dd072b050 (patch) | |
tree | a94aa4dd8e2d74ba7d3e9c93664ef1159e3b5a31 /sim/h8300/writecode.c | |
parent | b07c563ce2d14f911b0eabc959991592f6f7cd3f (diff) | |
download | gdb-ca4b52621d7bf20c17c40f8faaba2f4dd072b050.tar.gz |
* "Dont" -> "Don't"
2000-06-13 Frank Ch. Eigler <fche@redhat.com>
* compile.c, writecode.c: Correct typo.
Diffstat (limited to 'sim/h8300/writecode.c')
-rw-r--r-- | sim/h8300/writecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/writecode.c b/sim/h8300/writecode.c index 50bbf9f1bae..ea5c8ac3405 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 |