* "Dont" -> "Don't"
2000-06-13 Frank Ch. Eigler <fche@redhat.com> * compile.c, writecode.c: Correct typo.
This commit is contained in:
parent
0ef9643e5e
commit
98ecb0a78b
3 changed files with 6 additions and 2 deletions
|
@ -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>
|
2000-06-13 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* compile.c: Fix formatting.
|
* compile.c: Fix formatting.
|
||||||
|
|
|
@ -444,7 +444,7 @@ decode (addr, data, dst)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf ("Dont understand %x \n", looking_for);
|
printf ("Don't understand %x \n", looking_for);
|
||||||
}
|
}
|
||||||
|
|
||||||
len++;
|
len++;
|
||||||
|
|
|
@ -882,7 +882,7 @@ owrite (i)
|
||||||
printf ("case 0x%03x:\n", 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);
|
edo (*p);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue