diff mbox

Commit: MSP430: Fix typo in --target-help text

Message ID 874mjebf1h.fsf@redhat.com
State New
Headers show

Commit Message

Nick Clifton Sept. 1, 2015, 10:38 a.m. UTC
Hi DJ,

  I am applying the patch below as an obvious fix for a typo in the
  msp430's --target-help output.

Cheers
  Nick

gcc/ChangeLog
2015-09-01  Nick Clifton  <nickc@redhat.com>

	* config/msp430/msp430.opt (mcpu): Fix typo.
diff mbox

Patch

Index: gcc/config/msp430/msp430.opt
===================================================================
--- gcc/config/msp430/msp430.opt	(revision 227360)
+++ gcc/config/msp430/msp430.opt	(working copy)
@@ -12,7 +12,7 @@ 
 
 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