Commit 68560db3 by Kazu Hirata Committed by Kazu Hirata

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
parent 42df8337
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment