diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-04-21 16:00:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-04-21 16:00:13 +0000 |
commit | 68560db3c459d58e9fecca520b92906877cd2368 (patch) | |
tree | c9e55665650a5b6b43dd3bd0573ea9bc0f0492cf | |
parent | 42df833713f65e2d78b3c315c541c1dfd55f26f1 (diff) | |
download | gcc-68560db3c459d58e9fecca520b92906877cd2368.zip gcc-68560db3c459d58e9fecca520b92906877cd2368.tar.gz gcc-68560db3c459d58e9fecca520b92906877cd2368.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63b5496..c93ca62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 1a4a766..37b661f 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -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 |