From: Hans-Peter Nilsson Date: Fri, 30 Nov 2001 00:29:30 +0000 (+0000) Subject: * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45b677bc9e532a1f201f98ed6d5acab03ab06e10;p=gcc.git * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment. From-SVN: r47464 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e0e316eeb2..8593a758419 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index e5cd2d11d81..a65c6d2955c 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -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 \