* app.c: Fix comment typos.

* bit_fix.h: Likewise.
	* expr.c: Likewise.
	* itbl-ops.c: Likewise.
This commit is contained in:
Kazu Hirata
2001-10-11 12:20:25 +00:00
parent 685bd86966
commit 3b37fd6673
5 changed files with 14 additions and 7 deletions

View File

@ -507,7 +507,7 @@ itbl_assemble (char *name, char *s)
int processor;
if (!name || !*name)
return 0; /* error! must have a opcode name/expr */
return 0; /* error! must have an opcode name/expr */
/* find entry in list of instructions for all processors */
for (processor = 0; processor < e_nprocs; processor++)