From 90fa63e134f478c775b64b281901ecbba3c9f15b Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Wed, 23 Jun 2021 12:14:37 -0400 Subject: [PATCH] Fix comment typo. * range-op.cc: Fix comment. --- gcc/range-op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/range-op.cc b/gcc/range-op.cc index 1692a096e204..29ee9e0f645d 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, -- 2.47.2