OSDN Git Service

2001-04-21 Kazu Hirata <kazu@hxi.com>
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Apr 2001 16:00:13 +0000 (16:00 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Apr 2001 16:00:13 +0000 (16:00 +0000)
* config/h8300/h8300.c (general_operand_src): Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41481 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 63b5496..c93ca62 100644 (file)
@@ -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.
index 1a4a766..37b661f 100644 (file)
@@ -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