* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 30 Nov 2001 00:29:30 +0000 (00:29 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 30 Nov 2001 00:29:30 +0000 (00:29 +0000)
From-SVN: r47464

gcc/ChangeLog
gcc/config/cris/cris.h

index 5e0e316eeb2db45cbbe75e1112cc5ddcb8ae95d2..8593a758419b6e3e128039ae952af02dcc9bd63e 100644 (file)
@@ -6,6 +6,7 @@
        clear overlapped value, don't just CC_STATUS_INIT.
 
        * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
+       Fix typo in comment.
        (LINK_SPEC): Remove whitespace at end of line.
        
 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
index e5cd2d11d814f9d7667a93ffce3eb6418fa8fc30..a65c6d2955c97d02ad84a1f2ecb149553caba748 100644 (file)
@@ -782,7 +782,7 @@ enum reg_class {NO_REGS, ALL_REGS, LIM_REG_CLASSES};
   && ((GET_CODE (XEXP (X, 0)) == MEM                                   \
        /* Double indirect: [[reg]] or [[reg+]]?  */                    \
        && (BASE_OR_AUTOINCR_P (XEXP (XEXP (X, 0), 0))))                        \
-      /* Just an explicite indirect reference: [const]?  */            \
+      /* Just an explicit indirect reference: [const]?  */             \
       || CONSTANT_P (XEXP (X, 0))                                      \
       /* Something that is indexed; [...+...]?  */                     \
       || (GET_CODE (XEXP (X, 0)) == PLUS                               \