From 98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 13 Jun 2000 20:32:01 +0000 Subject: [PATCH] * "Dont" -> "Don't" 2000-06-13 Frank Ch. Eigler * compile.c, writecode.c: Correct typo. --- sim/h8300/ChangeLog | 4 ++++ sim/h8300/compile.c | 2 +- sim/h8300/writecode.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 5d8d375156..4721e890de 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 517549be69..81aca5eb74 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 50bbf9f1ba..ea5c8ac340 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 -- 2.34.1