Fix comment typo.

* range-op.cc: Fix comment.
This commit is contained in:
Andrew MacLeod 2021-06-23 12:14:37 -04:00
parent c761be53f6
commit 90fa63e134
1 changed files with 1 additions and 1 deletions

View 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,