Fix typo in common.opt

gcc/ChangeLog:
	* common.opt (fdiagnostics-parseable-fixits): Fix typo.

From-SVN: r247562
This commit is contained in:
David Malcolm 2017-05-03 18:35:27 +00:00 committed by David Malcolm
parent 44abeaaa70
commit 8135a004c2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-05-03 David Malcolm <dmalcolm@redhat.com>
* common.opt (fdiagnostics-parseable-fixits): Fix typo.
2017-05-03 Martin Jambor <mjambor@suse.cz>
* ipa-prop.c (ipa_update_after_lto_read): Removed.

View File

@ -1225,7 +1225,7 @@ Enum(diagnostic_color_rule) String(auto) Value(DIAGNOSTICS_COLOR_AUTO)
fdiagnostics-parseable-fixits
Common Var(flag_diagnostics_parseable_fixits)
Print fixit hints in machine-readable form.
Print fix-it hints in machine-readable form.
fdiagnostics-generate-patch
Common Var(flag_diagnostics_generate_patch)