diff options
Diffstat (limited to 'gcc/config/rx/rx.c')
-rw-r--r-- | gcc/config/rx/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c index 09c44733401..968d65f2f7e 100644 --- a/gcc/config/rx/rx.c +++ b/gcc/config/rx/rx.c @@ -2206,7 +2206,7 @@ rx_handle_option (size_t code, const char * arg ATTRIBUTE_UNUSED, int value) case OPT_fpu: if (rx_cpu_type == RX200) - error ("The RX200 cpu does not have FPU hardware"); + error ("the RX200 cpu does not have FPU hardware"); break; default: |