From: Frank Ch. Eigler Date: Tue, 13 Jun 2000 20:32:01 +0000 (+0000) Subject: * "Dont" -> "Don't" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c;p=binutils-gdb.git * "Dont" -> "Don't" 2000-06-13 Frank Ch. Eigler * compile.c, writecode.c: Correct typo. --- diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 5d8d3751569..4721e890dea 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 Frank Ch. Eigler + + * compile.c, writecode.c: Correct typo. + 2000-06-13 Kazu Hirata * compile.c: Fix formatting. diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 517549be699..81aca5eb747 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 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