From 68560db3c459d58e9fecca520b92906877cd2368 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 21 Apr 2001 16:00:13 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/h8300/h8300.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2