]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix comment typo.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 23 Jun 2021 16:14:37 +0000 (12:14 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 24 Jun 2021 17:25:57 +0000 (13:25 -0400)
* range-op.cc: Fix comment.

gcc/range-op.cc

index 1692a096e20413623a945ac63e36269dd0d54375..29ee9e0f645dfad36bca675cebe1a5cefd3dace0 100644 (file)
@@ -1299,7 +1299,7 @@ operator_minus::wi_fold (irange &r, tree type,
 }
 
 // Check to see if the relation REL between OP1 and OP2 has any effect on the
-// LHS of the epxression.  If so, apply it to LHS_RANGE.
+// LHS of the expression.  If so, apply it to LHS_RANGE.
 
 bool
 operator_minus::op1_op2_relation_effect (irange &lhs_range, tree type,