aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-09-01 10:38:17 +0000
committerNick Clifton <nickc@gcc.gnu.org>2015-09-01 10:38:17 +0000
commit660adea45e1faa109e0b799824ca8340371f60d1 (patch)
tree8a73c730cc1f20b458dfc3a4ec3d8b9111917938 /gcc/config/msp430
parent6e17a23b53608872a0c7907c02827d1cf8f79940 (diff)
downloadgcc-660adea45e1faa109e0b799824ca8340371f60d1.zip
gcc-660adea45e1faa109e0b799824ca8340371f60d1.tar.gz
gcc-660adea45e1faa109e0b799824ca8340371f60d1.tar.bz2
* config/msp430/msp430.opt (mcpu): Fix typo.
From-SVN: r227364
Diffstat (limited to 'gcc/config/msp430')
-rw-r--r--gcc/config/msp430/msp430.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.opt b/gcc/config/msp430/msp430.opt
index 3fed879..e055f61 100644
--- a/gcc/config/msp430/msp430.opt
+++ b/gcc/config/msp430/msp430.opt
@@ -12,7 +12,7 @@ Specify the MCU to build for.
mcpu=
Target Report Joined RejectNegative Var(target_cpu)
-Specify the ISA to build for: msp430, mdsp430x, msp430xv2
+Specify the ISA to build for: msp430, msp430x, msp430xv2
mlarge
Target Report Mask(LARGE) RejectNegative