From: Kazu Hirata Date: Sat, 21 Apr 2001 16:00:13 +0000 (+0000) Subject: h8300.c (general_operand_src): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68560db3c459d58e9fecca520b92906877cd2368;p=gcc.git h8300.c (general_operand_src): Fix a comment typo. 2001-04-21 Kazu Hirata * config/h8300/h8300.c (general_operand_src): Fix a comment typo. From-SVN: r41481 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63b5496929b..c93ca62d4de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-21 Kazu Hirata + + * config/h8300/h8300.c (general_operand_src): Fix a comment typo. + 2001-04-20 Zack Weinberg * 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 1a4a766638a..37b661f1b6e 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