diff options
-rw-r--r-- | gcc/range-op.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/range-op.cc b/gcc/range-op.cc index 1692a09..29ee9e0 100644 --- a/gcc/range-op.cc +++ b/gcc/range-op.cc @@ -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, |