diff options
Diffstat (limited to 'gcc/config/cris/cris.h')
| -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 e5cd2d1..a65c6d2 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 \ |
