aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.c2
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