aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430/driver-msp430.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/msp430/driver-msp430.c')
-rw-r--r--gcc/config/msp430/driver-msp430.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/driver-msp430.c b/gcc/config/msp430/driver-msp430.c
index 9ae3f57..37ce669 100644
--- a/gcc/config/msp430/driver-msp430.c
+++ b/gcc/config/msp430/driver-msp430.c
@@ -684,7 +684,7 @@ msp430_select_hwmult_lib (int argc ATTRIBUTE_UNUSED, const char ** argv ATTRIBUT
case 4: return "-lmul_32";
case 8: return "-lmul_f5";
default:
- error ("unrecognised hwpy field in msp430_mcu_data[%d]: %d",
+ error ("unrecognized hwpy field in msp430_mcu_data[%d]: %d",
i, msp430_mcu_data[i].hwmpy);
break;
}