Fix typo in common.opt
gcc/ChangeLog: * common.opt (fdiagnostics-parseable-fixits): Fix typo. From-SVN: r247562
This commit is contained in:
parent
44abeaaa70
commit
8135a004c2
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user