aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/compile.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2000-06-13 20:32:01 +0000
committerFrank Ch. Eigler <fche@redhat.com>2000-06-13 20:32:01 +0000
commit98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c (patch)
tree0433e833e5ef085f5c595a576a2d1656b1de06c4 /sim/h8300/compile.c
parent0ef9643e5e0b09356fe635676b971ebcfce8bb43 (diff)
downloadgdb-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.zip
gdb-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.tar.gz
gdb-98ecb0a78be9b1064f6c7f644d2e7fccb1111f0c.tar.bz2
* "Dont" -> "Don't"
2000-06-13 Frank Ch. Eigler <fche@redhat.com> * compile.c, writecode.c: Correct typo.
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r--sim/h8300/compile.c2
1 files changed, 1 insertions, 1 deletions
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++;