]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:11:39 +0000 (12:11 +0200)
gcc/ChangeLog:

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

(cherry picked from commit e265278a3bd54210a4a560c2bd216a629f91a11b)

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

index a1b504060485fbe965a0198024bf0ded2b725136..4a87b9ef8e8c5c615b84c7f12306816f3cb771cc 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 7c7aa78992a5f988a6b5c9952ebdd5fc5c1cf277..2e4cbdd7a713c8fd44f68145068cca94f676a38e 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