* mips.h: Correct comment typo.
This commit is contained in:
parent
c6e74c4c82
commit
774d9e8282
|
@ -1,3 +1,7 @@
|
|||
2003-04-09 J. Grant <jg-binutils@jguk.org>
|
||||
|
||||
* mips.h: Correct comment typo.
|
||||
|
||||
2003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* s390.h (s390_opcode_arch_val): Rename to s390_opcode_mode_val.
|
||||
|
|
|
@ -197,7 +197,7 @@ struct mips_opcode
|
|||
unsigned long membership;
|
||||
};
|
||||
|
||||
/* These are the characters which may appears in the args field of an
|
||||
/* These are the characters which may appear in the args field of an
|
||||
instruction. They appear in the order in which the fields appear
|
||||
when the instruction is used. Commas and parentheses in the args
|
||||
string are ignored when assembling, and written into the output
|
||||
|
|
Loading…
Reference in New Issue