diff options
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 4ecf2de64ef..c4fd6fb7f2b 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -184,7 +184,7 @@ if (INTEGRAL_MODE_P (MODE) && \ #define EMPTY_FIELD_BOUNDARY 32 -/* Alignment on even adresses for LARL instruction. */ +/* Alignment on even addresses for LARL instruction. */ #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN) |