aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rx/rx.c')
-rw-r--r--gcc/config/rx/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c
index 09c4473..968d65f 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: