Successfully bootstrapped®rtested on x86_64-pc-linux-gnu.
Committed to trunk as r247562.
gcc/ChangeLog:
* common.opt (fdiagnostics-parseable-fixits): Fix typo.
---
gcc/common.opt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/common.opt b/gcc/common.opt
index 4021622..5817407 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -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)
--
1.8.5.3