2000-06-13 Frank Ch. Eigler <fche@redhat.com>
* compile.c, writecode.c: Correct typo.
+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.
return;
}
else
- printf ("Dont understand %x \n", looking_for);
+ printf ("Don't understand %x \n", looking_for);
}
len++;
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