Browse Source

* "Dont" -> "Don't"

2000-06-13  Frank Ch. Eigler  <fche@redhat.com>

	* compile.c, writecode.c: Correct typo.
binutils-2_11-branch
Frank Ch. Eigler 26 years ago
parent
commit
98ecb0a78b
  1. 4
      sim/h8300/ChangeLog
  2. 2
      sim/h8300/compile.c
  3. 2
      sim/h8300/writecode.c

4
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.

2
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++;

2
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

Loading…
Cancel
Save