h8300.c (general_operand_src): Fix a comment typo.
2001-04-21 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.c (general_operand_src): Fix a comment typo. From-SVN: r41481
This commit is contained in:
parent
42df833713
commit
68560db3c4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-21 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* config/h8300/h8300.c (general_operand_src): Fix a comment typo.
|
||||
|
||||
2001-04-20 Zack Weinberg <zackw@stanford.edu>
|
||||
|
||||
* configure.in: Probe for times, clock, struct tms, and clock_t.
|
||||
|
|
|
@ -508,7 +508,7 @@ ok_for_bclr (value)
|
|||
return small_power_of_two ((~value) & 0xff);
|
||||
}
|
||||
|
||||
/* Return true is OP is a valid source operand for an integer move
|
||||
/* Return true if OP is a valid source operand for an integer move
|
||||
instruction. */
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Reference in a new issue