diff mbox series

[OBVIOUS] Fix a plural in a param description.

Message ID 0f391ed1-2d93-4c7d-b88c-18a8d83547f4@suse.cz
State New
Headers show
Series [OBVIOUS] Fix a plural in a param description. | expand

Commit Message

Martin Liška May 10, 2019, 9:21 a.m. UTC
Hi.

One obvious fix seen be Bernhard.

Martin

gcc/ChangeLog:

2019-05-10  Martin Liska  <mliska@suse.cz>

	* params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
	Fix plural form.
---
 gcc/params.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/params.def b/gcc/params.def
index 23b8743786c..6b7f7eb5bae 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -1436,7 +1436,7 @@  DEFPARAM(PARAM_LOOP_VERSIONING_MAX_OUTER_INSNS,
 DEFPARAM(PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD,
 	 "gimple-fe-computed-hot-bb-threshold",
 	 "The number of executions of a basic block which is considered hot."
-	 " The parameters is used only in GIMPLE FE.",
+	 " The parameter is used only in GIMPLE FE.",
 	 0, 0, 0)
 
 /*