diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-11-30 00:29:30 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-30 00:29:30 +0000 |
commit | 45b677bc9e532a1f201f98ed6d5acab03ab06e10 (patch) | |
tree | 40bd6d7de2a65bc37549b7faa3de8c72bbac314f /gcc/config/cris | |
parent | d3295e2542fa696d591b4ffb6576fb4a57827f53 (diff) | |
download | gcc-45b677bc9e532a1f201f98ed6d5acab03ab06e10.tar.gz |
* config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix typo in comment.
From-SVN: r47464
Diffstat (limited to 'gcc/config/cris')
-rw-r--r-- | gcc/config/cris/cris.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |