fr30.md: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 21 Dec 2002 05:22:17 +0000 (05:22 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 21 Dec 2002 05:22:17 +0000 (05:22 +0000)
* config/fr30/fr30.md: Fix a comment typo.
* config/i386/i386.c: Likewise.
* config/ip2k/ip2k.h: Likewise.

From-SVN: r60379

gcc/ChangeLog
gcc/config/fr30/fr30.md
gcc/config/i386/i386.c
gcc/config/ip2k/ip2k.h

index bc8df5dc90d7192854629a5884d34f63f1e85155..6261fe35c804bf411528dcb479ada5662d3fa169 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/fr30/fr30.md: Fix a comment typo.
+       * config/i386/i386.c: Likewise.
+       * config/ip2k/ip2k.h: Likewise.
+
 2002-12-20  Jim Wilson  <wilson@redhat.com>
 
        * config/rs6000/spe.h (__ev_subifw): Reverse arguments.
index 6d2a291f469a604294e9a5c81323e628a4df995c..442b910791c77d05a0181015746c38c0127e2062 100644 (file)
@@ -36,7 +36,7 @@
 ;; Define an attribute to be used by the delay slot code.
 ;; An instruction by default is considered to be 'delyabable'
 ;; that is, it can be placed into a delay slot, but it is not
-;; itself a delyaed branch type instruction.  An instruction
+;; itself a delayed branch type instruction.  An instruction
 ;; whoes type is 'delayed' is one which has a delay slot, and
 ;; an instruction whoes delay_type is 'other' is one which does
 ;; not have a delay slot, nor can it be placed into a delay slot.
index 78233283d93e8e76b297b6d4aa7cfc820af6d053..984abaf6e33fd250fc6fc8bb9270cfd3220881ed 100644 (file)
@@ -3079,7 +3079,7 @@ register_and_not_any_fp_reg_operand (op, mode)
   return register_operand (op, mode) && !ANY_FP_REG_P (op);
 }
 
-/* Return nonzero of OP is a register operand other than an
+/* Return nonzero if OP is a register operand other than an
    i387 fp register.  */
 int
 register_and_not_fp_reg_operand (op, mode)
index 467dfa7b2d26b8078d40ab95714191946f31de04..6957021ba4f67a4b9743b69fb8353423299d4638 100644 (file)
@@ -680,7 +680,7 @@ enum reg_class {
 
 #define MODE_BASE_REG_CLASS(MODE) ((MODE) == QImode ? PTR_REGS : DP_SP_REGS)
 /* This is a variation of the BASE_REG_CLASS macro which allows
-   the selection of a base register in a mode depenedent manner.
+   the selection of a base register in a mode dependent manner.
    If MODE is VOIDmode then it should return the same value as
    BASE_REG_CLASS.  */