Fix typo in param description.
authorMartin Liska <mliska@suse.cz>
Tue, 20 Apr 2021 10:10:20 +0000 (12:10 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 20 Apr 2021 10:10:20 +0000 (12:10 +0200)
gcc/ChangeLog:

* doc/invoke.texi: Fix typo.
* params.opt: Likewise.

gcc/doc/invoke.texi
gcc/params.opt

index a1b5040..4a87b9e 100644 (file)
@@ -14366,7 +14366,7 @@ per supernode, before terminating analysis.
 
 @item ranger-logical-depth
 Maximum depth of logical expression evaluation ranger will look through
-when evaluting outgoing edge ranges.
+when evaluating outgoing edge ranges.
 
 @item openacc-kernels
 Specify mode of OpenACC `kernels' constructs handling.
index 7c7aa78..2e4cbdd 100644 (file)
@@ -160,7 +160,7 @@ Enum(evrp_mode) String(debug) Value(EVRP_MODE_DEBUG)
 -param=ranger-logical-depth=
 Common Joined UInteger Var(param_ranger_logical_depth) Init(6) IntegerRange(1, 999) Param Optimization
 Maximum depth of logical expression evaluation ranger will look through when
-evaluting outgoing edge ranges.
+evaluating outgoing edge ranges.
 
 -param=fsm-maximum-phi-arguments=
 Common Joined UInteger Var(param_fsm_maximum_phi_arguments) Init(100) IntegerRange(1, 999999) Param Optimization