From: Martin Liska Date: Fri, 10 May 2019 09:22:54 +0000 (+0200) Subject: Fix a plural in a param description. X-Git-Tag: misc/cutover-git~5643 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9d5227c6c5bfad31e8fe541fd7f96e4c36d9f13;p=thirdparty%2Fgcc.git Fix a plural in a param description. 2019-05-10 Martin Liska * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD): Fix plural form. From-SVN: r271060 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0379ead802aa..af3b6a3e89a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-05-10 Martin Liska + + * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD): + Fix plural form. + 2019-05-10 Jakub Jelinek PR tree-optimization/90385 diff --git a/gcc/params.def b/gcc/params.def index 23b8743786c0..6b7f7eb5baed 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) /*